mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
get rid of DTCMSize
This commit is contained in:
@ -51,7 +51,6 @@ void ARMv5::CP15Reset()
|
||||
ITCMSize = 0;
|
||||
DTCMBase = 0xFFFFFFFF;
|
||||
DTCMMask = 0;
|
||||
DTCMSize = 0;
|
||||
|
||||
memset(ICache, 0, 0x2000);
|
||||
ICacheInvalidateAll();
|
||||
@ -127,7 +126,6 @@ void ARMv5::UpdateDTCMSetting()
|
||||
#endif
|
||||
DTCMBase = newDTCMBase;
|
||||
DTCMMask = newDTCMMask;
|
||||
DTCMSize = newDTCMSize;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user