detect MP3/Ogg support at runtime

This commit is contained in:
tildearrow 2025-10-23 19:02:19 -05:00
parent 3778f764d4
commit af6eb35f2d
3 changed files with 19 additions and 14 deletions

View file

@ -2494,6 +2494,7 @@ class FurnaceGUI {
std::vector<FurnaceGUISysCategory> sysCategories;
std::vector<String> audioLoadFormats;
bool supportsOgg, supportsMP3;
bool wavePreviewOn;
SDL_Scancode wavePreviewKey;