get rid of DTCMSize

This commit is contained in:
RSDuck
2021-10-29 01:35:22 +02:00
parent 635a47014f
commit 6c2ea93173
3 changed files with 8 additions and 10 deletions

View File

@ -269,7 +269,7 @@ public:
// for aarch64 JIT they need to go up here
// to be addressable by a 12-bit immediate
u32 ITCMSize;
u32 DTCMBase, DTCMMask, DTCMSize;
u32 DTCMBase, DTCMMask;
s32 RegionCodeCycles;
u8 ITCM[ITCMPhysicalSize];