more sensible cache timings

(still a big fat hack)
This commit is contained in:
StapleButter
2018-12-11 17:59:52 +01:00
parent e4c6ac55d2
commit 4aafdee14d
3 changed files with 17 additions and 6 deletions

View File

@ -263,6 +263,8 @@ public:
// code/16N/32N/32S
u8 MemTimings[0x100000][4];
s32 RegionCodeCycles;
};
class ARMv4 : public ARM