mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
menu: show savestate date
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@951 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
356473ec96
commit
cca8800dfb
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