X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=file.h;h=233be1a36631a27055643e3d68fa12f16a734cf3;hp=3c70f97b2608e86a54e023c45a1fd9f8030d1733;hb=892b1f6c68346fa00dc3029ab8bd31178e730509;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9 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 +