mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 06:47:54 -05:00
System: Address Feedback
This commit is contained in:
committed by
FernandoS27
parent
de4b01f75d
commit
2d1984c20c
@ -24,10 +24,9 @@
|
||||
namespace Core {
|
||||
|
||||
CoreManager::CoreManager(System& system, std::size_t core_index)
|
||||
: global_scheduler{system.GlobalScheduler()},
|
||||
physical_core{system.Kernel().PhysicalCore(core_index)}, core_timing{system.CoreTiming()},
|
||||
core_index{core_index} {
|
||||
}
|
||||
: global_scheduler{system.GlobalScheduler()}, physical_core{system.Kernel().PhysicalCore(
|
||||
core_index)},
|
||||
core_timing{system.CoreTiming()}, core_index{core_index} {}
|
||||
|
||||
CoreManager::~CoreManager() = default;
|
||||
|
||||
|
Reference in New Issue
Block a user