X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=file.h;h=0230c5737e75f4c41b9186d259f4df21d36a2765;hb=0d6a66c2a80f50ae51327cd406f9df14d99ad02e;hp=fcce1ab02852e432677dc34f973e5b4c17da6347;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67;p=fceu.git diff --git a/file.h b/file.h index fcce1ab..0230c57 100644 --- a/file.h +++ b/file.h @@ -6,9 +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