mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-08-19 23:24:22 -05:00
Fix issue with audio conversion for o3ds
This commit is contained in:
@@ -54,6 +54,10 @@ void AudioData::request_audio_restart() {
|
||||
this->update_text("Restarting audio...");
|
||||
}
|
||||
|
||||
void AudioData::signal_conversion_error() {
|
||||
this->update_text("Audio conversion failed...");
|
||||
}
|
||||
|
||||
bool AudioData::check_audio_restart_request() {
|
||||
bool retval = this->restart_request;
|
||||
if(retval)
|
||||
|
||||
Reference in New Issue
Block a user