diff --git a/src/CP15.cpp b/src/CP15.cpp index fe22c8aa..c24377ca 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()