mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-29 07:47:54 -05: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