mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-08 05:33:28 +02:00
Use compat.ini instead
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user