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/core/core.cpp | |
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 'src/core/core.cpp')
-rw-r--r-- | src/core/core.cpp | 2 |
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(); |