X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.h;h=75a5abe3e2516650e5008040dc3d002a2383cdf6;hb=8b8d9463fa57d3165a50923e665888d1353c3eec;hp=cfa3527a4e52bbcfcb5d52111db969910b95a2cb;hpb=323db7293410a1245667e01dda1514aef3327c38;p=libpicofe.git diff --git a/common/emu.h b/common/emu.h index cfa3527..75a5abe 100644 --- a/common/emu.h +++ b/common/emu.h @@ -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);