mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Fix all uninitialized variable warnings (C26495)
This commit is contained in:
@ -59,7 +59,7 @@ struct PipelineProgramKeyHash
|
||||
|
||||
struct PipelineProgram
|
||||
{
|
||||
PipelineProgramKey key;
|
||||
PipelineProgramKey key{};
|
||||
SHADER shader;
|
||||
std::atomic_size_t reference_count{1};
|
||||
bool binary_retrieved = false;
|
||||
|
Reference in New Issue
Block a user