summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-10-23 06:13:12 +0200
committerbunnei <bunneidev@gmail.com>2017-10-23 06:13:12 +0200
commit45db4bb3ea9e5a46db598eb99957bfd7d7a135f7 (patch)
tree638b55751be07e580ed4bc505c65ba27384e5927 /src/core/core.cpp
parentnso: Load more common submodules. (diff)
downloadyuzu-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/core/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index c5448630f..6358e827b 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -52,7 +52,7 @@ System::ResultStatus System::RunLoop(int tight_loop) {
// If we don't have a currently active thread then don't execute instructions,
// instead advance to the next event and try to yield to the next thread
if (Kernel::GetCurrentThread() == nullptr) {
- LOG_TRACE(Core_ARM11, "Idling");
+ LOG_TRACE(Core_ARM, "Idling");
CoreTiming::Idle();
CoreTiming::Advance();
PrepareReschedule();