1
0
Fork 0
forked from eden-emu/eden

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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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;