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

@@ -88,6 +88,7 @@ extern const char* fdd_audio_get_profile_name(int id);
extern const char* fdd_audio_get_profile_internal_name(int id);
extern int fdd_audio_get_profile_by_internal_name(const char *internal_name);
extern double fdd_audio_get_seek_time(int drive, int track_count, int is_seek_down);
extern void load_profile_samples(int profile_id);
#else