summarylogtreecommitdiffstats
path: root/enable-jit.patch
blob: 73b08a4da8e687cc1f37af5a43a95584570a7882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: src/NDSSystem.h
===================================================================
--- src/NDSSystem.h	(revision 4709)
+++ src/NDSSystem.h	(working copy)
@@ -556,7 +556,7 @@
 #ifdef HAVE_JIT
 		//zero 06-sep-2012 - shouldnt be defaulting this to true for now, since the jit is buggy. 
 		//id rather have people discover a bonus speedhack than discover new bugs in a new version
-		use_jit = false;
+		use_jit = true;
 #else
 		use_jit = false;
 #endif