add hack to not play connect/disconnect sounds after resetting USB
This commit is contained in:
@@ -55,6 +55,9 @@ protected:
|
||||
bool m_bWriteError[NUM_PLAYERS]; // couldn't write to the card
|
||||
UsbStorageDevice m_Device[NUM_PLAYERS]; // device in the memory card slot, NULL if none
|
||||
|
||||
// don't play sounds on the first assign after resetting the driver
|
||||
bool m_bDontPlaySoundsOnce;
|
||||
|
||||
RageSound m_soundReady;
|
||||
RageSound m_soundError;
|
||||
RageSound m_soundTooLate;
|
||||
|
||||
Reference in New Issue
Block a user