mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-15 20:15:25 -05:00
Add key to manually restart audio
This commit is contained in:
@@ -441,6 +441,11 @@ bool WindowScreen::main_poll(SFEvent &event_data) {
|
||||
audio_data->change_audio_volume(true);
|
||||
break;
|
||||
|
||||
case 'n':
|
||||
audio_data->request_audio_restart();
|
||||
this->print_notification("Restarting audio...");
|
||||
break;
|
||||
|
||||
default:
|
||||
consumed = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user