summarylogtreecommitdiffstats
path: root/enable-jit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'enable-jit.patch')
-rw-r--r--enable-jit.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/enable-jit.patch b/enable-jit.patch
new file mode 100644
index 000000000000..73b08a4da8e6
--- /dev/null
+++ b/enable-jit.patch
@@ -0,0 +1,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