Merge pull request #1175 from danilaml/appveyor-cmake

Make it possible to compile rpcs3 on win via cmake and make win builds available for download on appveyor
This commit is contained in:
Raul Tambre 2015-08-11 20:44:22 +03:00
commit d10c44ed3a
13 changed files with 1392 additions and 41 deletions

View file

@ -1,4 +1,5 @@
#include "stdafx.h"
#ifdef LLVM_AVAILABLE
#include "Utilities/Log.h"
#include "Emu/System.h"
#include "Emu/Cell/PPUDisAsm.h"
@ -764,3 +765,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