spu2: Fix Wunused-private-field warning.

This commit is contained in:
lightningterror 2022-04-18 13:44:47 +02:00
parent 4b07eae80e
commit 8d4df7f74b
1 changed files with 2 additions and 0 deletions

View File

@ -108,7 +108,9 @@ private:
//////////////////////////////////////////////////////////////////////////////////////////
// Configuration Vars
#ifdef _WIN32
bool m_COMInitializedByUs = false;
#endif
bool m_SuggestedLatencyMinimal = false;
int m_SuggestedLatencyMS = 20;
std::string m_Backend;