mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +00:00
Show better log when font loading fails.
This commit is contained in:
parent
1f39adec79
commit
f0e444b8d9
2
gfx/gl.c
2
gfx/gl.c
@ -188,7 +188,7 @@ static inline void gl_init_font(gl_t *gl, const char *font_path, unsigned font_s
|
|||||||
glBindTexture(GL_TEXTURE_2D, gl->texture);
|
glBindTexture(GL_TEXTURE_2D, gl->texture);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
SSNES_WARN("Couldn't init font renderer...\n");
|
SSNES_WARN("Couldn't init font renderer with font \"%s\"...\n", font_path);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user