mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Look in assets directory 'zahnrad' instead of 'wimp'
This commit is contained in:
parent
ce51396fb4
commit
b4425d4524
@ -844,7 +844,7 @@ static void zrmenu_init(int width, int height)
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
fill_pathname_join(zr_font_path, settings->assets_directory,
|
||||
"wimp", sizeof(zr_font_path));
|
||||
"zahnrad", sizeof(zr_font_path));
|
||||
fill_pathname_join(zr_font_path, zr_font_path,
|
||||
"DroidSans.ttf", sizeof(zr_font_path));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user