mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
(GX) Use g_settings.fps_show
This commit is contained in:
parent
4e01057c69
commit
ee1654d695
@ -1115,8 +1115,7 @@ 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));
|
||||||
|
|
||||||
// TODO: is FPS monitoring gone forever?
|
if (g_settings.fps_show)
|
||||||
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