diff options
| author | 2020-01-26 16:14:18 -0400 | |
|---|---|---|
| committer | 2020-01-27 09:54:11 -0400 | |
| commit | 2d1984c20c75e03ec79eeb3806b12efa1679b977 (patch) | |
| tree | 79a457c2fb0cabd810eac92f3cb245d344ed9c3b /src/core/cpu_manager.cpp | |
| parent | System: Correct PrepareReschedule. (diff) | |
| download | yuzu-2d1984c20c75e03ec79eeb3806b12efa1679b977.tar.gz yuzu-2d1984c20c75e03ec79eeb3806b12efa1679b977.tar.xz yuzu-2d1984c20c75e03ec79eeb3806b12efa1679b977.zip | |
System: Address Feedback
Diffstat (limited to 'src/core/cpu_manager.cpp')
| -rw-r--r-- | src/core/cpu_manager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cpu_manager.cpp b/src/core/cpu_manager.cpp index abc8aad9e..752534868 100644 --- a/src/core/cpu_manager.cpp +++ b/src/core/cpu_manager.cpp | |||
| @@ -17,7 +17,6 @@ CpuManager::CpuManager(System& system) : system{system} {} | |||
| 17 | CpuManager::~CpuManager() = default; | 17 | CpuManager::~CpuManager() = default; |
| 18 | 18 | ||
| 19 | void CpuManager::Initialize() { | 19 | void CpuManager::Initialize() { |
| 20 | |||
| 21 | for (std::size_t index = 0; index < core_managers.size(); ++index) { | 20 | for (std::size_t index = 0; index < core_managers.size(); ++index) { |
| 22 | core_managers[index] = std::make_unique<CoreManager>(system, index); | 21 | core_managers[index] = std::make_unique<CoreManager>(system, index); |
| 23 | } | 22 | } |