X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.h;h=55e8ae2502d7109f4ec6081a14cf682a9645aa26;hb=45deb4099e6d20780376e6425d43107120a10bc6;hp=56b7597207a991f96c8a4a132c403722dcab9bd1;hpb=8e77275edade55d89b0723a60ab4ef1e2ec288de;p=libpicofe.git diff --git a/common/emu.h b/common/emu.h index 56b7597..55e8ae2 100644 --- a/common/emu.h +++ b/common/emu.h @@ -105,12 +105,12 @@ void emu_reset_game(void); int emu_read_config(int game, int no_defaults); int emu_write_config(int game); -void emu_writelrom(void); char *emu_get_save_fname(int load, int is_sram, int slot); int emu_check_save_file(int slot); void emu_setSaveStateCbs(int gz); +void emu_make_path(char *buff, const char *end, int size); void emu_update_input(void); void emu_textOut8 (int x, int y, const char *text); void emu_textOut16(int x, int y, const char *text);