blarg. setting it to 4 breaks Millionaire

This commit is contained in:
Arisotura 2019-01-22 15:47:32 +01:00
parent adc6da5f21
commit 47a3d2b49a
1 changed files with 1 additions and 1 deletions

View File

@ -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;