mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 08:37:41 +00:00
(RMenu XUI) Don't increment g_extern.frame_count in
menu_iterate
This commit is contained in:
parent
892a8b1d48
commit
99358421f1
@ -1410,8 +1410,6 @@ bool menu_iterate(void)
|
||||
g_extern.lifecycle_mode_state &= ~(1ULL << MODE_MENU_PREINIT);
|
||||
}
|
||||
|
||||
g_extern.frame_count++;
|
||||
|
||||
XINPUT_STATE state;
|
||||
XInputGetState(0, &state);
|
||||
|
||||
@ -1445,7 +1443,6 @@ bool menu_iterate(void)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
switch(input_loop)
|
||||
{
|
||||
case INPUT_LOOP_FILEBROWSER:
|
||||
|
Loading…
x
Reference in New Issue
Block a user