diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/fmplayer_drumrom_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fmplayer_drumrom_unix.c b/common/fmplayer_drumrom_unix.c index 587be20..cef2d4a 100644 --- a/common/fmplayer_drumrom_unix.c +++ b/common/fmplayer_drumrom_unix.c @@ -9,7 +9,7 @@ static struct { bool loaded; } g; -#define DATADIR "/.local/share/fmplayer/" +#define DATADIR "/.local/share/98fmplayer/" static void loadfile(void) { const char *path = "ym2608_adpcm_rom.bin"; |