mirror of
https://github.com/86Box/86Box.git
synced 2026-02-27 17:34:25 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user