summarylogtreecommitdiffstats
path: root/enable-jit.patch
diff options
context:
space:
mode:
authorJorge Barroso2015-06-15 21:29:15 +0200
committerJorge Barroso2015-06-15 21:29:15 +0200
commit06bc221c9e835e70f6b0ac2ae0e1a56636330e03 (patch)
treee3dfbeca0862c88cc6caf56b2c150e3cd2a8680a /enable-jit.patch
downloadaur-desmume-jit-svn.tar.gz
Initial import
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