mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-02 00:07:53 -05:00
dmnt: cheat: Add pause and resume support
This commit is contained in:
@ -30,6 +30,8 @@ public:
|
||||
void MemoryReadUnsafe(VAddr address, void* data, u64 size) override;
|
||||
void MemoryWriteUnsafe(VAddr address, const void* data, u64 size) override;
|
||||
u64 HidKeysDown() override;
|
||||
void PauseProcess() override;
|
||||
void ResumeProcess() override;
|
||||
void DebugLog(u8 id, u64 value) override;
|
||||
void CommandLog(std::string_view data) override;
|
||||
|
||||
|
Reference in New Issue
Block a user