From: notaz Date: Wed, 18 Jun 2025 17:37:31 +0000 (+0300) Subject: frontend: update libpicofe, fix missed callbacks X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ba218e2abcd85e27eedfa5a6ea76007451f75d;p=pcsx_rearmed.git frontend: update libpicofe, fix missed callbacks could crash on bios boot --- 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);