Takiiiiiiii / M17-Handheld

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

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

Closed evandrolellis closed 1 year ago

evandrolellis commented 1 year 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 1 year ago
fps_show = "false"
framecount_show = "false"
statistics_show = "false"

in minigui/gbx66.cfg

Takiiiiiiii commented 1 year ago
fps_show = "false"
framecount_show = "false"
statistics_show = "false"

in minigui/gbx66.cfg

This is correct.