equal
deleted
inserted
replaced
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 |