restore defaults function + some refactoring
[libpicofe.git] / common / emu.h
index 55e8ae2..a2d5eb6 100644 (file)
@@ -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);