mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
ui, revise status line handling
This commit is contained in:
parent
ae61303f86
commit
69b7b2641b
5 changed files with 56 additions and 40 deletions
|
@ -176,6 +176,10 @@ void plat_video_set_buffer(void *);
|
|||
|
||||
void plat_update_volume(int has_changed, int is_up);
|
||||
|
||||
/* should be in libpicofe/plat.h */
|
||||
void plat_video_clear_status(void);
|
||||
void plat_video_clear_buffers(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue