GUI: store audio expo loop cnt & fade out in conf

This commit is contained in:
tildearrow 2022-11-04 20:27:55 -05:00
parent 1c98975771
commit 5bbd93c96b
2 changed files with 8 additions and 1 deletions

View file

@ -40,8 +40,9 @@
#define POWER_SAVE_DEFAULT 0
#endif
#ifdef __HAIKU__
#if defined(__HAIKU__) || defined(IS_MOBILE)
// NFD doesn't support Haiku
// I still haven't implemented Android file picker
#define SYS_FILE_DIALOG_DEFAULT 0
#else
#define SYS_FILE_DIALOG_DEFAULT 1