mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
HLE: Add Reload() function
This commit is contained in:
@ -160,6 +160,13 @@ void Clear()
|
||||
s_original_instructions.clear();
|
||||
}
|
||||
|
||||
void Reload()
|
||||
{
|
||||
Clear();
|
||||
PatchFixedFunctions();
|
||||
PatchFunctions();
|
||||
}
|
||||
|
||||
void Execute(u32 _CurrentPC, u32 _Instruction)
|
||||
{
|
||||
unsigned int FunctionIndex = _Instruction & 0xFFFFF;
|
||||
|
Reference in New Issue
Block a user