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:
@ -26,7 +26,7 @@ private:
|
||||
struct ActiveQuery
|
||||
{
|
||||
ComPtr<ID3D11Query> query;
|
||||
PerfQueryGroup query_type;
|
||||
PerfQueryGroup query_type{};
|
||||
};
|
||||
|
||||
void WeakFlush();
|
||||
|
Reference in New Issue
Block a user