better support for resizable windows

This commit is contained in:
kub 2024-09-10 22:30:54 +02:00
parent 65f8fc5e39
commit fbbf5e3fc0
3 changed files with 11 additions and 4 deletions

1
plat.h
View file

@ -119,6 +119,7 @@ static __inline int plat_target_switch_layer(int which, int enable)
}
/* menu: enter (switch bpp, etc), begin/end drawing */
void plat_video_menu_update(void);
void plat_video_menu_enter(int is_rom_loaded);
void plat_video_menu_begin(void);
void plat_video_menu_end(void);