mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 14:47:58 -05:00
Merge pull request #4633 from ReinUsesLisp/gpu-init
video_core: Remove all Core::System references in renderer
This commit is contained in:
@ -188,7 +188,6 @@ struct System::Impl {
|
||||
if (!gpu_core) {
|
||||
return ResultStatus::ErrorVideoCore;
|
||||
}
|
||||
gpu_core->Renderer().Rasterizer().SetupDirtyFlags();
|
||||
|
||||
is_powered_on = true;
|
||||
exit_lock = false;
|
||||
|
Reference in New Issue
Block a user