X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=a2d5eb6b536fc8e2556df5c248463e0dbcf457ba;hb=d90f5bd7488f5e5f41fd091fe05c1d67eccc276d;hp=55e8ae2502d7109f4ec6081a14cf682a9645aa26;hpb=37807164d4d20e0f4ab33cc842993168641fea33;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 55e8ae2..a2d5eb6 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -103,6 +103,7 @@ int emu_reload_rom(char *rom_fname); int emu_save_load_game(int load, int sram); void emu_reset_game(void); +void emu_set_defconfig(void); int emu_read_config(int game, int no_defaults); int emu_write_config(int game);