diff options
author | Lioncash <mathew1800@gmail.com> | 2021-07-27 13:30:54 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2021-07-27 13:30:57 +0200 |
commit | f8964dd89a9464a7f5888301f1515b017293b568 (patch) | |
tree | 2b9da3e5338cbfefa9a3ecaed332d1cb576501b3 /src/video_core/engines/fermi_2d.h | |
parent | Merge pull request #6696 from ameerj/speed-limit-rename (diff) | |
download | yuzu-f8964dd89a9464a7f5888301f1515b017293b568.tar yuzu-f8964dd89a9464a7f5888301f1515b017293b568.tar.gz yuzu-f8964dd89a9464a7f5888301f1515b017293b568.tar.bz2 yuzu-f8964dd89a9464a7f5888301f1515b017293b568.tar.lz yuzu-f8964dd89a9464a7f5888301f1515b017293b568.tar.xz yuzu-f8964dd89a9464a7f5888301f1515b017293b568.tar.zst yuzu-f8964dd89a9464a7f5888301f1515b017293b568.zip |
Diffstat (limited to 'src/video_core/engines/fermi_2d.h')
-rw-r--r-- | src/video_core/engines/fermi_2d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/fermi_2d.h b/src/video_core/engines/fermi_2d.h index a4170ffff..d76c5ed56 100644 --- a/src/video_core/engines/fermi_2d.h +++ b/src/video_core/engines/fermi_2d.h @@ -299,7 +299,7 @@ public: }; private: - VideoCore::RasterizerInterface* rasterizer; + VideoCore::RasterizerInterface* rasterizer = nullptr; /// Performs the copy from the source surface to the destination surface as configured in the /// registers. |