mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-25 12:06:55 +01:00
Correct font path
This commit is contained in:
parent
6893100f8b
commit
ca56facf7b
@ -55,7 +55,7 @@ static SDL_Surface *real_screen;
|
|||||||
|
|
||||||
static TTF_Font *menu_font;
|
static TTF_Font *menu_font;
|
||||||
static TTF_Font *menu_font64;
|
static TTF_Font *menu_font64;
|
||||||
#if defined(GEKKO_)
|
#if defined(GEKKO)
|
||||||
#define FONT_PATH "/apps/uae/FreeMono.ttf"
|
#define FONT_PATH "/apps/uae/FreeMono.ttf"
|
||||||
#define FONT_ALT_PATH "/apps/uae/Smaller.ttf"
|
#define FONT_ALT_PATH "/apps/uae/Smaller.ttf"
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user