diff options
Diffstat (limited to 'src/core/cpu_manager.cpp')
| -rw-r--r-- | src/core/cpu_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cpu_manager.cpp b/src/core/cpu_manager.cpp index 358943429..03651e285 100644 --- a/src/core/cpu_manager.cpp +++ b/src/core/cpu_manager.cpp | |||
| @@ -331,7 +331,7 @@ void CpuManager::RunThread(std::size_t core) { | |||
| 331 | system.RegisterCoreThread(core); | 331 | system.RegisterCoreThread(core); |
| 332 | std::string name; | 332 | std::string name; |
| 333 | if (is_multicore) { | 333 | if (is_multicore) { |
| 334 | name = "yuzu:CoreCPUThread_" + std::to_string(core); | 334 | name = "yuzu:CPUCore_" + std::to_string(core); |
| 335 | } else { | 335 | } else { |
| 336 | name = "yuzu:CPUThread"; | 336 | name = "yuzu:CPUThread"; |
| 337 | } | 337 | } |