[CPU] Cleanup x64 backend usage conditionals

This commit is contained in:
Triang3l
2022-07-05 21:07:10 +03:00
parent c1efd560fb
commit bdfd410b13
7 changed files with 46 additions and 18 deletions

View File

@@ -27,8 +27,6 @@ namespace x64 {
class X64CodeCache;
#define XENIA_HAS_X64_BACKEND 1
typedef void* (*HostToGuestThunk)(void* target, void* arg0, void* arg1);
typedef void* (*GuestToHostThunk)(void* target, void* arg0, void* arg1);
typedef void (*ResolveFunctionThunk)();