mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 23:28:04 -04:00
better support for resizable windows
This commit is contained in:
parent
65f8fc5e39
commit
fbbf5e3fc0
3 changed files with 11 additions and 4 deletions
1
plat.h
1
plat.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue