Use compat.ini instead

This commit is contained in:
sum2012
2022-08-14 14:54:06 +08:00
parent 965daea455
commit e373c9063c
7 changed files with 27 additions and 4 deletions
-1
View File
@@ -693,7 +693,6 @@ void GameSettingsScreen::CreateViews() {
PopupMultiChoiceDynamic *MicChoice = audioSettings->Add(new PopupMultiChoiceDynamic(&g_Config.sMicDevice, a->T("Microphone Device"), micList, nullptr, screenManager()));
MicChoice->OnChoice.Handle(this, &GameSettingsScreen::OnMicDeviceChange);
}
audioSettings->Add(new CheckBox(&g_Config.bHackSound, a->T("Hack sound")));
// Control
LinearLayout *controlsSettings = AddTab("GameSettingsControls", ms->T("Controls"));