X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=file.h;h=233be1a36631a27055643e3d68fa12f16a734cf3;hp=fcce1ab02852e432677dc34f973e5b4c17da6347;hb=892b1f6c68346fa00dc3029ab8bd31178e730509;hpb=7b356ee3dc5d7e54d9dc06c413f84380d1044441 diff --git a/file.h b/file.h index fcce1ab..233be1a 100644 --- a/file.h +++ b/file.h @@ -10,5 +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