Take out most of the __LIBRETRO__ hacks in mainline codebase

This commit is contained in:
twinaphex
2014-04-18 19:22:25 +02:00
parent 216a88eda3
commit da7ac270f8
8 changed files with 0 additions and 78 deletions

View File

@@ -21,10 +21,6 @@
/* Contains file I/O functions that write/read data */
/* LSB first. */
#ifdef __LIBRETRO__
#define ENDIAN_LIBRETRO
#endif
#include <stdio.h>
#include "fceu-memory.h"
#include "fceu-types.h"