(3DS) Only enable internal counter with CONSOLE_LOG defined (#14388)
This commit is contained in:
parent
7ae555a51d
commit
1c31efaa91
|
@ -1399,6 +1399,7 @@ static bool ctr_frame(void* data, const void* frame,
|
||||||
|
|
||||||
ctr->vsync_event_pending = true;
|
ctr->vsync_event_pending = true;
|
||||||
|
|
||||||
|
#ifdef CONSOLE_LOG
|
||||||
/* Internal counters/statistics
|
/* Internal counters/statistics
|
||||||
* > This is only required if the bottom screen is enabled */
|
* > This is only required if the bottom screen is enabled */
|
||||||
if (ctr_bottom_screen_enabled)
|
if (ctr_bottom_screen_enabled)
|
||||||
|
@ -1464,6 +1465,7 @@ static bool ctr_frame(void* data, const void* frame,
|
||||||
#endif
|
#endif
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (ctr->should_resize)
|
if (ctr->should_resize)
|
||||||
ctr_update_viewport(ctr, settings,
|
ctr_update_viewport(ctr, settings,
|
||||||
|
|
Loading…
Reference in New Issue