diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index c2c0eec0b..df81e8e2c 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -188,7 +188,6 @@ struct System::Impl { | |||
| 188 | if (!gpu_core) { | 188 | if (!gpu_core) { |
| 189 | return ResultStatus::ErrorVideoCore; | 189 | return ResultStatus::ErrorVideoCore; |
| 190 | } | 190 | } |
| 191 | gpu_core->Renderer().Rasterizer().SetupDirtyFlags(); | ||
| 192 | 191 | ||
| 193 | is_powered_on = true; | 192 | is_powered_on = true; |
| 194 | exit_lock = false; | 193 | exit_lock = false; |