mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 15:26:23 +00:00
Sound is now enabled by default on Win32.
This commit is contained in:
parent
c06650b0ec
commit
ee59571211
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user