mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-23 01:34:58 +00:00
(Xbox 1) Only show debug messages if g_console.fps_info_enable
is set to true
This commit is contained in:
parent
1448761e73
commit
0625286a22
@ -357,11 +357,6 @@ static void *xdk_d3d_init(const video_info_t *video, const input_driver_t **inpu
|
||||
font_x = 0;
|
||||
font_y = 0;
|
||||
|
||||
// TODO: place this somewhere else outside of xdk_d3d8.cpp
|
||||
#ifdef SHOW_DEBUG_INFO
|
||||
g_console.fps_info_enable = true;
|
||||
#endif
|
||||
|
||||
return d3d;
|
||||
}
|
||||
|
||||
|
@ -18,17 +18,10 @@
|
||||
#define _XDK_VIDEO_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef _XBOX1
|
||||
#define XFONT_TRUETYPE // use true type fonts
|
||||
#endif
|
||||
|
||||
#include <xfont.h>
|
||||
|
||||
#include "../xdk/xdk_defines.h"
|
||||
|
||||
#define SHOW_DEBUG_INFO
|
||||
|
||||
#define DFONT_MAX 4096
|
||||
#define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZRHW | D3DFVF_TEX1)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user