mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
tweak cached memory timings.
fixes things, but needs watching closely for other things that could break.
This commit is contained in:
@ -27,8 +27,8 @@
|
|||||||
// this was measured to be close to hardware average
|
// this was measured to be close to hardware average
|
||||||
// a value of 1 would represent a perfect cache, but that causes
|
// a value of 1 would represent a perfect cache, but that causes
|
||||||
// games to run too fast, causing a number of issues
|
// games to run too fast, causing a number of issues
|
||||||
const int kDataCacheTiming = 2;
|
const int kDataCacheTiming = 4;//2;
|
||||||
const int kCodeCacheTiming = 5;
|
const int kCodeCacheTiming = 3;//5;
|
||||||
|
|
||||||
|
|
||||||
void ARMv5::CP15Reset()
|
void ARMv5::CP15Reset()
|
||||||
|
Reference in New Issue
Block a user