mirror of https://github.com/PCSX2/pcsx2.git
spu2: Fix Wunused-private-field warning.
This commit is contained in:
parent
4b07eae80e
commit
8d4df7f74b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue