diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2019-09-22 16:24:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-22 16:24:42 +1000 |
commit | 9187350b322c3140c2bec3938b91289ab55e9aae (patch) | |
tree | c2f9d045cee2bb87b1182ae93d5072b416b1b87c /src/common/logging/log.h | |
parent | fa1c60c33ef88c6cd0b72da46842dc9098db712d (diff) | |
parent | 2bddc0346815bf5e893ad9611d89dbb0d511e32f (diff) |
Merge pull request #2535 from DarkLordZach/cheat-v2
cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 8ed6d5050..259708116 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -117,6 +117,7 @@ enum class Class : ClassType { Audio_DSP, ///< The HLE implementation of the DSP Audio_Sink, ///< Emulator audio output backend Loader, ///< ROM loader + CheatEngine, ///< Memory manipulation and engine VM functions Crypto, ///< Cryptographic engine/functions Input, ///< Input emulation Network, ///< Network emulation |