summaryrefslogtreecommitdiffstats
path: root/src/core/memory/dmnt_cheat_vm.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2024-02-05 21:19:26 +0100
committergerman77 <juangerman-13@hotmail.com>2024-02-05 21:38:26 +0100
commitc52d7cc694047eea48714e8046bb150592d67e56 (patch)
treec0ba889dba8bf0b3ba73098d1c4a31c6857a8902 /src/core/memory/dmnt_cheat_vm.h
parentMerge pull request #12905 from liamwhite/hwc-release (diff)
downloadyuzu-c52d7cc694047eea48714e8046bb150592d67e56.tar
yuzu-c52d7cc694047eea48714e8046bb150592d67e56.tar.gz
yuzu-c52d7cc694047eea48714e8046bb150592d67e56.tar.bz2
yuzu-c52d7cc694047eea48714e8046bb150592d67e56.tar.lz
yuzu-c52d7cc694047eea48714e8046bb150592d67e56.tar.xz
yuzu-c52d7cc694047eea48714e8046bb150592d67e56.tar.zst
yuzu-c52d7cc694047eea48714e8046bb150592d67e56.zip
Diffstat (limited to 'src/core/memory/dmnt_cheat_vm.h')
-rw-r--r--src/core/memory/dmnt_cheat_vm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/memory/dmnt_cheat_vm.h b/src/core/memory/dmnt_cheat_vm.h
index fed6a24ad..1c1ed1259 100644
--- a/src/core/memory/dmnt_cheat_vm.h
+++ b/src/core/memory/dmnt_cheat_vm.h
@@ -271,6 +271,9 @@ public:
virtual u64 HidKeysDown() = 0;
+ virtual void PauseProcess() = 0;
+ virtual void ResumeProcess() = 0;
+
virtual void DebugLog(u8 id, u64 value) = 0;
virtual void CommandLog(std::string_view data) = 0;
};