mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Compilation fix
This commit is contained in:
parent
428e51b619
commit
d234493b4a
34 changed files with 37 additions and 13 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "stdafx.h"
|
||||
#include "Utilities/Log.h"
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/Cell/PPULLVMRecompiler.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
#include "llvm/Support/TargetSelect.h"
|
||||
|
@ -23,6 +24,10 @@
|
|||
using namespace llvm;
|
||||
using namespace ppu_recompiler_llvm;
|
||||
|
||||
#ifdef ID_MANAGER_INCLUDED
|
||||
#error "ID Manager cannot be used in this module"
|
||||
#endif
|
||||
|
||||
u64 Compiler::s_rotate_mask[64][64];
|
||||
bool Compiler::s_rotate_mask_inited = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue