From 47a3d2b49a71d90f355546648f710ac713379832 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Tue, 22 Jan 2019 15:47:32 +0100 Subject: [PATCH] blarg. setting it to 4 breaks Millionaire --- src/CP15.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CP15.cpp b/src/CP15.cpp index c24377ca..9f35e700 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;