diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CP15.cpp | 2 |
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; |