aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CP15.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CP15.cpp b/src/CP15.cpp
index fe22c8a..c24377c 100644
--- a/src/CP15.cpp
+++ b/src/CP15.cpp
@@ -27,8 +27,8 @@
// 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 = 2;
-const int kCodeCacheTiming = 5;
+const int kDataCacheTiming = 4;//2;
+const int kCodeCacheTiming = 3;//5;
void ARMv5::CP15Reset()