mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
proper timeout handling for input subsys
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@640 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
713c922402
commit
0403eead1f
3 changed files with 102 additions and 60 deletions
|
@ -24,8 +24,13 @@ void plat_video_menu_begin(void);
|
|||
void plat_video_menu_end(void);
|
||||
|
||||
int plat_is_dir(const char *path);
|
||||
int plat_wait_event(int *fds_hnds, int count, int timeout_ms);
|
||||
void plat_sleep_ms(int ms);
|
||||
|
||||
const char *plat_get_credits(void);
|
||||
/* ms counter, to be used for time diff */
|
||||
unsigned int plat_get_ticks_ms(void);
|
||||
|
||||
const char *plat_get_credits(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue