frontend: update libpicofe, fix missed callbacks master github/master
authornotaz <notasas@gmail.com>
Wed, 18 Jun 2025 17:37:31 +0000 (20:37 +0300)
committernotaz <notasas@gmail.com>
Wed, 18 Jun 2025 17:37:31 +0000 (20:37 +0300)
could crash on bios boot

frontend/libpicofe
frontend/plat_sdl.c

index 50d625e..da09f8f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 50d625e820f5db49f97124dd3fe2291f31044227
+Subproject commit da09f8f20da6548e1debf4abb9840eb9f130678d
index 955dec4..09b1778 100644 (file)
@@ -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);