QTfrontend/hwform.cpp
changeset 2443 fececcbc2189
parent 2439 a1720b062b9c
child 2468 0b62498c201a
equal deleted inserted replaced
2442:228757f6c54d 2443:fececcbc2189
    75 
    75 
    76 	ui.setupUi(this);
    76 	ui.setupUi(this);
    77 
    77 
    78 	CustomizePalettes();
    78 	CustomizePalettes();
    79         
    79         
       
    80 #ifdef _WIN32
    80     sdli.setHardwareSound(settings.value("audio/hardware", false).toBool());
    81     sdli.setHardwareSound(settings.value("audio/hardware", false).toBool());
       
    82 #endif
    81         
    83         
    82 	ui.pageOptions->CBResolution->addItems(sdli.getResolutions());
    84 	ui.pageOptions->CBResolution->addItems(sdli.getResolutions());
    83 
    85 
    84 	config = new GameUIConfig(this, cfgdir->absolutePath() + "/hedgewars.ini");
    86 	config = new GameUIConfig(this, cfgdir->absolutePath() + "/hedgewars.ini");
    85 
    87