From 9bf82beb4cbb0b75448a071179c3497187963248 Mon Sep 17 00:00:00 2001 From: Subv Date: Mon, 5 Jan 2015 20:17:49 -0500 Subject: CoreTiming: Ported the CoreTiming namespace from PPSSPP Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing. --- src/common/logging/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/logging/log.h') 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 -- cgit v1.2.3