mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Turn jit back off, build server can't handle it.
This commit is contained in:
parent
e477c273de
commit
0ff30cf239
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue