mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Make it possible to build rpcs3 via cmake/vs2015 combo.
This commit is contained in:
parent
e91589cab5
commit
ddff65d288
3 changed files with 39 additions and 11 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#ifdef LLVM_AVAILABLE
|
||||
#include "Utilities/Log.h"
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/Cell/PPULLVMRecompiler.h"
|
||||
|
@ -737,3 +738,4 @@ u32 ppu_recompiler_llvm::CPUHybridDecoderRecompiler::ExecuteTillReturn(PPUThread
|
|||
bool ppu_recompiler_llvm::CPUHybridDecoderRecompiler::PollStatus(PPUThread * ppu_state) {
|
||||
return ppu_state->check_status();
|
||||
}
|
||||
#endif // LLVM_AVAILABLE
|
Loading…
Add table
Add a link
Reference in a new issue