mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 23:58:04 -04:00
menu: show savestate date
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@951 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
323db72934
commit
8b8d9463fa
3 changed files with 35 additions and 14 deletions
|
@ -133,7 +133,7 @@ int emu_read_config(const char *rom_fname, int no_defaults);
|
|||
int emu_write_config(int game);
|
||||
|
||||
char *emu_get_save_fname(int load, int is_sram, int slot);
|
||||
int emu_check_save_file(int slot);
|
||||
int emu_check_save_file(int slot, int *time);
|
||||
|
||||
void emu_text_out8 (int x, int y, const char *text);
|
||||
void emu_text_out16(int x, int y, const char *text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue