mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-04 05:50:46 -07:00
video_core: Reintroduce dirty flags infrastructure
This commit is contained in:
@ -174,6 +174,7 @@ struct System::Impl {
|
||||
}
|
||||
interrupt_manager = std::make_unique<Core::Hardware::InterruptManager>(system);
|
||||
gpu_core = VideoCore::CreateGPU(system);
|
||||
renderer->Rasterizer().SetupDirtyFlags();
|
||||
|
||||
is_powered_on = true;
|
||||
exit_lock = false;
|
||||
|
Reference in New Issue
Block a user