Merge pull request #4633 from ReinUsesLisp/gpu-init

video_core: Remove all Core::System references in renderer
This commit is contained in:
Rodrigo Locatti 2020-09-10 02:28:54 +00:00 committed by GitHub
commit 663ea382da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 573 additions and 633 deletions

View file

@ -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;