This commit is contained in:
skymz4 2022-04-25 18:30:33 +02:00 committed by GitHub
parent 3231bc8240
commit f1b712af4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1244,7 +1244,7 @@ void RenderD7::RSettings::Logic(u32 hDown, u32 hHeld, u32 hUp, touchPosition tou
csvstate = mt_dumpcsv ? "true" : "false";
mtovlstate = metrikd ? "true" : "false";
fpsstate = cfgstruct["settings"]["forceFrameRate"];
mtscreenstate = mt_screen ? "Top" : "Bottom";
mtscreenstate = mt_screen ? "Bottom" : "Top";
if (d7_hDown & KEY_TOUCH && RenderD7::touchTObj(d7_touch, buttons[0]))
{
RenderD7::ToggleRD7SR();
@ -1279,7 +1279,7 @@ void RenderD7::RSettings::Logic(u32 hDown, u32 hHeld, u32 hUp, touchPosition tou
if (d7_hDown & KEY_TOUCH && RenderD7::touchTObj(d7_touch, buttons[4]))
{
mt_screen = mt_screen ? 0 : 1;
cfgstruct["settings"]["forceFrameRate"] = mt_screen ? "1" : "0";
cfgstruct["metrik-settings"]["screen"] = mt_screen ? "1" : "0";
}
if (d7_hDown & KEY_B)
{

View File

@ -179,7 +179,7 @@ namespace RenderD7
{20, 85, 120, 35, "MT_CSV", -15, 9},
{20, 135, 120, 35, "MT_OVL", -19, 10},
{20, 185, 120, 35, "FPS", 6, 10},
{180, 35, 120, 35, "MTSCREEN", -17, 10},
{180, 35, 120, 35, "MTSCREEN", -21, 10},
{180, 85, 120, 35, "", -13, 10},
{180, 135, 120, 35, "", 2, 10},
{180, 185, 120, 35, "", -13, 10}