FDD audio selection to None + disabled if drive not selected. Load audio profiles on audio settings change to take immediate action when VM already running.

This commit is contained in:
Toni Riikonen
2025-11-26 23:08:47 +02:00
parent a786ab8436
commit 09efaeeb29
3 changed files with 22 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ fdd_audio_load_profiles(void)
fdd_log("FDD Audio: Loaded %d audio profiles from %s\n", audio_profile_count, config_path);
}
static void
void
load_profile_samples(int profile_id)
{
if (profile_id <= 0 || profile_id >= audio_profile_count)