From b2ba218e2abcd85e27eedfa5a6ea76007451f75d Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 18 Jun 2025 20:37:31 +0300 Subject: [PATCH] frontend: update libpicofe, fix missed callbacks could crash on bios boot --- frontend/libpicofe | 2 +- frontend/plat_sdl.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/libpicofe b/frontend/libpicofe index 50d625e8..da09f8f2 160000 --- a/frontend/libpicofe +++ b/frontend/libpicofe @@ -1 +1 @@ -Subproject commit 50d625e820f5db49f97124dd3fe2291f31044227 +Subproject commit da09f8f20da6548e1debf4abb9840eb9f130678d diff --git a/frontend/plat_sdl.c b/frontend/plat_sdl.c index 955dec49..09b17783 100644 --- a/frontend/plat_sdl.c +++ b/frontend/plat_sdl.c @@ -774,6 +774,7 @@ void plat_video_menu_leave(void) change_mode(fs_w, fs_h); overlay_or_gl_check_enable(); centered_clear(); + setup_blit_callbacks(psx_w, psx_h); for (d = 0; d < IN_MAX_DEVS; d++) in_set_config_int(d, IN_CFG_ANALOG_MAP_ULDR, 0); -- 2.39.5