CPU/Recompiler: Reserve whole fastmem region to avoid clashes
This commit is contained in:
@ -100,7 +100,8 @@ void Reset();
|
||||
bool DoState(StateWrapper& sw);
|
||||
|
||||
CPUFastmemMode GetFastmemMode();
|
||||
void UpdateFastmemViews(CPUFastmemMode mode, bool isolate_cache);
|
||||
u8* GetFastmemBase();
|
||||
void UpdateFastmemViews(CPUFastmemMode mode);
|
||||
bool CanUseFastmemForAddress(VirtualMemoryAddress address);
|
||||
|
||||
void SetExpansionROM(std::vector<u8> data);
|
||||
|
||||
Reference in New Issue
Block a user