diff options
-rw-r--r-- | common/fmplayer_fontrom_unix.c | 2 | ||||
-rw-r--r-- | gtk/main.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/common/fmplayer_fontrom_unix.c b/common/fmplayer_fontrom_unix.c index bac8a81..bb8f12e 100644 --- a/common/fmplayer_fontrom_unix.c +++ b/common/fmplayer_fontrom_unix.c @@ -7,7 +7,7 @@ #include "fmdsp/fontrom_shinonome.inc" -#define DATADIR "/.local/share/fmplayer/" +#define DATADIR "/.local/share/98fmplayer/" static struct { uint8_t fontrombuf[FONT_ROM_FILESIZE]; @@ -29,7 +29,6 @@ #include "fmplayer.xpm" #include "fmplayer32.xpm" -#define DATADIR "/.local/share/fmplayer/" //#define FMDSP_2X enum { |