diff options
author | bunnei <bunneidev@gmail.com> | 2015-01-07 15:30:46 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-01-07 15:30:46 -0500 |
commit | 3eca33c6a430a004a9ffe2fc5265143fdf6503f3 (patch) | |
tree | ed1972f2121bfdb011e0a566015272aa5dbd5473 /src/common/logging/log.h | |
parent | 43ba29f3bf2150ecd136b604729a20970979041b (diff) | |
parent | 9bf82beb4cbb0b75448a071179c3497187963248 (diff) |
Merge pull request #425 from Subv/coretiming
Ported the CoreTiming namespace from PPSSPP
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 06b99b07a..bda3d633a 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -41,6 +41,7 @@ enum class Class : ClassType { Common_Memory, ///< Memory mapping and management functions Core, ///< LLE emulation core Core_ARM11, ///< ARM11 CPU core + Core_Timing, ///< CoreTiming functions Config, ///< Emulator configuration (including commandline) Debug, ///< Debugging tools Debug_Emulated, ///< Debug messages from the emulated programs |