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=386f5371eb984fb9c2860c83e740890a75cd45c1;hpb=eec2623f6183dd0f9494b99065a16bf90f2a1ccf 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);