diff -r 228757f6c54d -r fececcbc2189 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Wed Oct 14 16:30:41 2009 +0000 +++ b/QTfrontend/hwform.cpp Wed Oct 14 22:12:02 2009 +0000 @@ -77,7 +77,9 @@ CustomizePalettes(); +#ifdef _WIN32 sdli.setHardwareSound(settings.value("audio/hardware", false).toBool()); +#endif ui.pageOptions->CBResolution->addItems(sdli.getResolutions());