Show better log when font loading fails.

This commit is contained in:
Themaister 2011-01-23 14:48:07 +01:00
parent 1f39adec79
commit f0e444b8d9

View File

@ -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
} }