mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 13:38:03 -05:00
System: Address Feedback
This commit is contained in:
committed by
FernandoS27
parent
de4b01f75d
commit
2d1984c20c
@ -17,7 +17,6 @@ CpuManager::CpuManager(System& system) : system{system} {}
|
||||
CpuManager::~CpuManager() = default;
|
||||
|
||||
void CpuManager::Initialize() {
|
||||
|
||||
for (std::size_t index = 0; index < core_managers.size(); ++index) {
|
||||
core_managers[index] = std::make_unique<CoreManager>(system, index);
|
||||
}
|
||||
|
Reference in New Issue
Block a user