Sound is now enabled by default on Win32.

This commit is contained in:
Jean-Philip Desjardins 2015-06-14 02:18:06 -04:00
parent c06650b0ec
commit ee59571211

View File

@ -74,7 +74,7 @@ CMainWindow::CMainWindow(CPS2VM& virtualMachine)
TCHAR sVersion[256];
CAppConfig::GetInstance().RegisterPreferenceBoolean(PREF_UI_PAUSEWHENFOCUSLOST, true);
CAppConfig::GetInstance().RegisterPreferenceBoolean(PREF_UI_SOUNDENABLED, false);
CAppConfig::GetInstance().RegisterPreferenceBoolean(PREF_UI_SOUNDENABLED, true);
if(!DoesWindowClassExist(CLSNAME))
{