mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 03:35:46 -04:00
CPU: Make fastmem a compile-time feature (support 32-bit targets)
This commit is contained in:
@ -1600,11 +1600,15 @@ bool InterpretInstructionPGXP()
|
||||
return g_state.exception_raised;
|
||||
}
|
||||
|
||||
#ifdef WITH_FASTMEM
|
||||
|
||||
void UpdateFastmemMapping()
|
||||
{
|
||||
Bus::UpdateFastmemViews(true, g_state.cop0_regs.sr.Isc);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace Recompiler::Thunks
|
||||
|
||||
} // namespace CPU
|
||||
} // namespace CPU
|
||||
|
Reference in New Issue
Block a user