Rename xdk360_fonts.cpp

This commit is contained in:
twinaphex 2015-04-03 01:58:52 +02:00
parent 4a8f354fdc
commit 0f6c64e420
2 changed files with 19 additions and 19 deletions

View File

@ -285,7 +285,7 @@ static void xdk360_free_font(void *data)
static void xdk360_render_msg_post(xdk360_video_font_t * font)
{
// Cache the global pointer into a register
/* Cache the global pointer into a register */
LPDIRECT3DDEVICE d3dr = font->d3d->dev;
d3d_set_texture(d3dr, 0, NULL);

View File

@ -282,7 +282,7 @@ FONTS
#endif
#if defined(_XBOX360)
#include "../gfx/drivers_font/xdk360_fonts.cpp"
#include "../gfx/drivers_font/xdk360_fonts.c"
#endif
/*============================================================