mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix all uninitialized variable warnings (C26495)
This commit is contained in:
@ -211,7 +211,7 @@ private:
|
||||
struct Shader
|
||||
{
|
||||
std::unique_ptr<AbstractShader> shader;
|
||||
bool pending;
|
||||
bool pending = false;
|
||||
};
|
||||
std::map<Uid, Shader> shader_map;
|
||||
LinearDiskCache<Uid, u8> disk_cache;
|
||||
|
Reference in New Issue
Block a user