mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Reset frame time counter after doing menu context reset
This commit is contained in:
parent
8780541de9
commit
aa95b721dd
@ -1949,6 +1949,7 @@ static void materialui_context_reset(void *data, bool is_threaded)
|
|||||||
task_push_image_load(settings->paths.path_menu_wallpaper,
|
task_push_image_load(settings->paths.path_menu_wallpaper,
|
||||||
video_driver_supports_rgba(), 0,
|
video_driver_supports_rgba(), 0,
|
||||||
menu_display_handle_wallpaper_upload, NULL);
|
menu_display_handle_wallpaper_upload, NULL);
|
||||||
|
video_driver_monitor_reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
static int materialui_environ(enum menu_environ_cb type, void *data, void *userdata)
|
static int materialui_environ(enum menu_environ_cb type, void *data, void *userdata)
|
||||||
|
@ -673,6 +673,7 @@ static void ozone_context_reset(void *data, bool is_threaded)
|
|||||||
|
|
||||||
ozone_restart_cursor_animation(ozone);
|
ozone_restart_cursor_animation(ozone);
|
||||||
}
|
}
|
||||||
|
video_driver_monitor_reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ozone_collapse_end(void *userdata)
|
static void ozone_collapse_end(void *userdata)
|
||||||
|
@ -4959,6 +4959,7 @@ static void rgui_context_reset(void *data, bool is_threaded)
|
|||||||
|
|
||||||
if (rgui->widgets_supported)
|
if (rgui->widgets_supported)
|
||||||
menu_display_allocate_white_texture();
|
menu_display_allocate_white_texture();
|
||||||
|
video_driver_monitor_reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rgui_context_destroy(void *data)
|
static void rgui_context_destroy(void *data)
|
||||||
|
@ -3734,6 +3734,7 @@ static void stripes_context_reset(void *data, bool is_threaded)
|
|||||||
|
|
||||||
free(iconpath);
|
free(iconpath);
|
||||||
}
|
}
|
||||||
|
video_driver_monitor_reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void stripes_navigation_clear(void *data, bool pending_push)
|
static void stripes_navigation_clear(void *data, bool pending_push)
|
||||||
|
@ -5272,6 +5272,7 @@ static void xmb_context_reset(void *data, bool is_threaded)
|
|||||||
|
|
||||||
if (xmb)
|
if (xmb)
|
||||||
xmb_context_reset_internal(xmb, is_threaded, true);
|
xmb_context_reset_internal(xmb, is_threaded, true);
|
||||||
|
video_driver_monitor_reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void xmb_navigation_clear(void *data, bool pending_push)
|
static void xmb_navigation_clear(void *data, bool pending_push)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user