GPCS4
GPCS4 copied to clipboard
A work-in-progress PlayStation 4 emulator.
Build Issue
I get an error when i try to build it >In file included from arch\x86\x86_helpers.cpp:18: 1>In file included from arch\x86/x86_helpers.h:21: 1>C:\Users\danie\Downloads\GPCS4-0.2.2\3rdParty\xbyak\xbyak.h(16,6): error : invalid token at start of a preprocessor...
An ideal state would be the game runs in an infinite loop processing input messages, just without graphics output. This crash possibly due to unimplemented import functions. Especially `sceKernelVirtualQuery`, I...
windows: ``` xmake f -c --toolchain=clang-cl ```