X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=file.h;h=0230c5737e75f4c41b9186d259f4df21d36a2765;hb=03c1614fc3c6db44cfd03f62eb415492192a37a7;hp=3c70f97b2608e86a54e023c45a1fd9f8030d1733;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9;p=fceu.git diff --git a/file.h b/file.h index 3c70f97..0230c57 100644 --- a/file.h +++ b/file.h @@ -6,7 +6,13 @@ int FASTAPASS(3) FCEU_fseek(int stream, long offset, int whence); long FASTAPASS(1) FCEU_ftell(int stream); void FASTAPASS(1) FCEU_rewind(int stream); int FASTAPASS(2) FCEU_read32(void *Bufo, int fp); +#define FCEU_read32le FCEU_read32 // HACK int FASTAPASS(1) FCEU_fgetc(int stream); long FASTAPASS(1) FCEU_fgetsize(int stream); int FASTAPASS(1) FCEU_fisarchive(int stream); +void ApplyIPS(FILE *ips, int destf); +int FASTAPASS(1) FCEU_fopen_forcemem(char *path); + +#define FCEUD_UTF8fopen fopen +