mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
PatchEngine: Add Reload() function
This commit is contained in:
@ -246,4 +246,10 @@ void Shutdown()
|
||||
Gecko::Shutdown();
|
||||
}
|
||||
|
||||
void Reload()
|
||||
{
|
||||
Shutdown();
|
||||
LoadPatches();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user