diff options
author | bunnei <bunneidev@gmail.com> | 2017-10-23 06:13:12 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2017-10-23 06:13:12 +0200 |
commit | 45db4bb3ea9e5a46db598eb99957bfd7d7a135f7 (patch) | |
tree | 638b55751be07e580ed4bc505c65ba27384e5927 /src/common/logging/log.h | |
parent | nso: Load more common submodules. (diff) | |
download | yuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.tar yuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.tar.gz yuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.tar.bz2 yuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.tar.lz yuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.tar.xz yuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.tar.zst yuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/logging/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 8e4601d6c..35b5af3cb 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -37,7 +37,7 @@ enum class Class : ClassType { Common_Filesystem, ///< Filesystem interface library Common_Memory, ///< Memory mapping and management functions Core, ///< LLE emulation core - Core_ARM11, ///< ARM11 CPU core + Core_ARM, ///< ARM CPU core Core_Timing, ///< CoreTiming functions Config, ///< Emulator configuration (including commandline) Debug, ///< Debugging tools |