X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=file.h;h=233be1a36631a27055643e3d68fa12f16a734cf3;hb=7127faf31b5f71f70480a2f4555f2134375b7744;hp=3c70f97b2608e86a54e023c45a1fd9f8030d1733;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9;p=fceu.git diff --git a/file.h b/file.h index 3c70f97..233be1a 100644 --- a/file.h +++ b/file.h @@ -10,3 +10,8 @@ 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 +