Correct font path

This commit is contained in:
simon.kagstrom 2009-05-12 15:37:49 +00:00
parent 6893100f8b
commit ca56facf7b

View File

@ -55,7 +55,7 @@ static SDL_Surface *real_screen;
static TTF_Font *menu_font;
static TTF_Font *menu_font64;
#if defined(GEKKO_)
#if defined(GEKKO)
#define FONT_PATH "/apps/uae/FreeMono.ttf"
#define FONT_ALT_PATH "/apps/uae/Smaller.ttf"
#else