X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=file.h;h=0230c5737e75f4c41b9186d259f4df21d36a2765;hp=233be1a36631a27055643e3d68fa12f16a734cf3;hb=527b98f6e7965f464c804ee5279855326c78dc6d;hpb=892b1f6c68346fa00dc3029ab8bd31178e730509 diff --git a/file.h b/file.h index 233be1a..0230c57 100644 --- a/file.h +++ b/file.h @@ -6,6 +6,7 @@ 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);