mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Turn jit back off, build server can't handle it.
This commit is contained in:
parent
e477c273de
commit
0ff30cf239
@ -75,7 +75,7 @@ void printUsage(const char *progname, const char *reason)
|
||||
int main(int argc, const char* argv[])
|
||||
{
|
||||
bool fullLog = false;
|
||||
bool useJit = true;
|
||||
bool useJit = false;
|
||||
bool fastInterpreter = false;
|
||||
bool autoCompare = false;
|
||||
bool useGraphics = false;
|
||||
|
Loading…
Reference in New Issue
Block a user