diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index a82faf127..218508126 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -174,6 +174,7 @@ struct System::Impl { | |||
| 174 | } | 174 | } |
| 175 | interrupt_manager = std::make_unique<Core::Hardware::InterruptManager>(system); | 175 | interrupt_manager = std::make_unique<Core::Hardware::InterruptManager>(system); |
| 176 | gpu_core = VideoCore::CreateGPU(system); | 176 | gpu_core = VideoCore::CreateGPU(system); |
| 177 | renderer->Rasterizer().SetupDirtyFlags(); | ||
| 177 | 178 | ||
| 178 | is_powered_on = true; | 179 | is_powered_on = true; |
| 179 | exit_lock = false; | 180 | exit_lock = false; |