mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
[GX] fix build
This commit is contained in:
parent
aada549c42
commit
2a64450af2
@ -1115,7 +1115,8 @@ static bool gx_frame(void *data, const void *frame,
|
|||||||
video_monitor_get_fps(fps_txt, sizeof(fps_txt),
|
video_monitor_get_fps(fps_txt, sizeof(fps_txt),
|
||||||
fps_text_buf, sizeof(fps_text_buf));
|
fps_text_buf, sizeof(fps_text_buf));
|
||||||
|
|
||||||
if (g_settings.fps_draw)
|
// TODO: is FPS monitoring gone forever?
|
||||||
|
if (0)
|
||||||
{
|
{
|
||||||
char mem1_txt[128];
|
char mem1_txt[128];
|
||||||
unsigned x = 15;
|
unsigned x = 15;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user