Takiiiiiiii / M17-Handheld

Repository of stock files and fixes for the M17 Handheld.
38 stars 5 forks source link

N64 games show "Video Statistics" on the left side of the screen. #2

Closed evandrolellis closed 10 months ago

evandrolellis commented 10 months ago

Hello! N64 games show "Video Statistics" on the left side of the screen. This is default in this build of the M17 core. How do I disable this?

williamtwomey commented 10 months ago
fps_show = "false"
framecount_show = "false"
statistics_show = "false"

in minigui/gbx66.cfg

Takiiiiiiii commented 10 months ago
fps_show = "false"
framecount_show = "false"
statistics_show = "false"

in minigui/gbx66.cfg

This is correct.