mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-23 03:45:00 +00:00
src: Move certain headers in common
This commit is contained in:
parent
6e28ac711f
commit
17aefc1aef
73 changed files with 98 additions and 106 deletions
|
@ -1,7 +1,7 @@
|
|||
#include "Elf.h"
|
||||
|
||||
#include <Util/log.h>
|
||||
#include <debug.h>
|
||||
#include "common/log.h"
|
||||
#include "common/debug.h"
|
||||
#include <fmt/core.h>
|
||||
|
||||
constexpr bool log_file_loader = true; // disable it to disable logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue