mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 12:18:09 -05:00
common: remove "yuzu:" prefix from thread names
This commit is contained in:
@ -48,7 +48,7 @@ namespace Kernel {
|
||||
struct KernelCore::Impl {
|
||||
explicit Impl(Core::System& system_, KernelCore& kernel_)
|
||||
: time_manager{system_},
|
||||
service_threads_manager{1, "yuzu:ServiceThreadsManager"}, system{system_} {}
|
||||
service_threads_manager{1, "ServiceThreadsManager"}, system{system_} {}
|
||||
|
||||
void SetMulticore(bool is_multi) {
|
||||
is_multicore = is_multi;
|
||||
|
Reference in New Issue
Block a user