mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Core: add helper function to apply a memory patch and mark the 'PPCPatches' as final
This commit is contained in:
parent
ce92350140
commit
4743d74985
4 changed files with 27 additions and 3 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
virtual bool HasEnabledPatch(u32 address) const = 0;
|
||||
virtual void RemovePatch(std::size_t index) = 0;
|
||||
virtual void ClearPatches() = 0;
|
||||
virtual void ApplyExistingPatch(std::size_t index) = 0;
|
||||
|
||||
// Threads
|
||||
virtual Debug::Threads GetThreads() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue