diff options
Diffstat (limited to 'src/CP15.cpp')
-rw-r--r-- | src/CP15.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CP15.cpp b/src/CP15.cpp index fb0da0d..8661364 100644 --- a/src/CP15.cpp +++ b/src/CP15.cpp @@ -27,7 +27,6 @@ // 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 -// code cache timing can get as low as 3 const int kDataCacheTiming = 2; const int kCodeCacheTiming = 5; |