mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-13 17:34:17 +00:00
video_core/engine: Consistently initialize rasterizer pointers
Ensures all of the engines have consistent and deterministic initialization of the rasterizer pointers.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user