mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
PatchEngine: Add Reload() function
This commit is contained in:
parent
188f2b3cc5
commit
61b36d1f9a
3 changed files with 8 additions and 2 deletions
|
@ -246,4 +246,10 @@ void Shutdown()
|
|||
Gecko::Shutdown();
|
||||
}
|
||||
|
||||
void Reload()
|
||||
{
|
||||
Shutdown();
|
||||
LoadPatches();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue