mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 23:11:18 +12:00
PPCRec: Move X64 files into subdirectory and rename
This commit is contained in:
parent
da08eda506
commit
0622631868
14 changed files with 32 additions and 38 deletions
|
@ -2,7 +2,6 @@
|
|||
#include "PPCFunctionBoundaryTracker.h"
|
||||
#include "PPCRecompiler.h"
|
||||
#include "PPCRecompilerIml.h"
|
||||
#include "PPCRecompilerX64.h"
|
||||
#include "Cafe/OS/RPL/rpl.h"
|
||||
#include "util/containers/RangeStore.h"
|
||||
#include "Cafe/OS/libs/coreinit/coreinit_CodeGen.h"
|
||||
|
@ -14,7 +13,8 @@
|
|||
#include "util/helpers/helpers.h"
|
||||
#include "util/MemMapper/MemMapper.h"
|
||||
|
||||
#include "Cafe/HW/Espresso/Recompiler/IML/IML.h"
|
||||
#include "IML/IML.h"
|
||||
#include "BackendX64/BackendX64.h"
|
||||
|
||||
struct PPCInvalidationRange
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue