mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Switch on jit again by default.
This commit is contained in:
parent
67d6830192
commit
2cc0e08ce5
@ -78,7 +78,7 @@ void printUsage(const char *progname, const char *reason)
|
||||
int main(int argc, const char* argv[])
|
||||
{
|
||||
bool fullLog = false;
|
||||
bool useJit = false;
|
||||
bool useJit = true;
|
||||
bool autoCompare = false;
|
||||
bool useGraphics = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user