aboutsummaryrefslogtreecommitdiff
path: root/src/CP15.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-01-22 15:47:32 +0100
committerArisotura <thetotalworm@gmail.com>2019-01-22 15:47:32 +0100
commit47a3d2b49a71d90f355546648f710ac713379832 (patch)
treed7f64eaaa73b8f0123c44194c4a019ec4156790b /src/CP15.cpp
parentadc6da5f21c6b5684d5b601712f224df6ee81693 (diff)
blarg. setting it to 4 breaks Millionaire
Diffstat (limited to 'src/CP15.cpp')
-rw-r--r--src/CP15.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CP15.cpp b/src/CP15.cpp
index c24377c..9f35e70 100644
--- a/src/CP15.cpp
+++ b/src/CP15.cpp
@@ -27,7 +27,7 @@
// this was measured to be close to hardware average
// a value of 1 would represent a perfect cache, but that causes
// games to run too fast, causing a number of issues
-const int kDataCacheTiming = 4;//2;
+const int kDataCacheTiming = 3;//2;
const int kCodeCacheTiming = 3;//5;