X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=8f8f61f4298cde481e09e07c28c0ee421969ac6b;hb=c7074ddb0258ab03b9329bef9930c28ba46ae6da;hp=93787c774875671b619175c44e5ce2e8d21751b8;hpb=b59172e3d428eb6848e6874861804c79bbc9d1ec;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 93787c7..8f8f61f 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -121,7 +121,7 @@ void emu_set_defconfig(void); 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); +char *emu_get_save_fname(int load, int is_sram, int slot, int *time); int emu_check_save_file(int slot, int *time); void emu_text_out8 (int x, int y, const char *text);