mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-01 00:03:17 +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,5 +1,6 @@
|
|||
#include "common/debug.h"
|
||||
#include "common/log.h"
|
||||
#include "virtual_memory.h"
|
||||
|
||||
#include "core/PS4/Loader/Elf.h"
|
||||
|
||||
#ifdef _WIN64
|
||||
|
@ -19,10 +20,6 @@ enum PosixPageProtection {
|
|||
};
|
||||
#endif
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
#include "../Util/Log.h"
|
||||
|
||||
namespace VirtualMemory {
|
||||
static u32 convertMemoryMode(MemoryMode mode) {
|
||||
switch (mode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue