(GX) Use g_settings.fps_show

This commit is contained in:
twinaphex 2015-03-08 15:07:19 +01:00
parent 4e01057c69
commit ee1654d695

View File

@ -1115,8 +1115,7 @@ 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));
// TODO: is FPS monitoring gone forever?
if (0)
if (g_settings.fps_show)
{
char mem1_txt[128];
unsigned x = 15;