mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 19:20:48 +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),
|
||||
fps_text_buf, sizeof(fps_text_buf));
|
||||
|
||||
if (g_settings.fps_draw)
|
||||
// TODO: is FPS monitoring gone forever?
|
||||
if (0)
|
||||
{
|
||||
char mem1_txt[128];
|
||||
unsigned x = 15;
|
||||
|
Loading…
Reference in New Issue
Block a user