libretro commit 6
This commit is contained in:
parent
8fa78bcce6
commit
ca68d010ad
|
@ -7,12 +7,16 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#if defined(__LIBSNES__) && defined(_MSC_VER)
|
||||
#if defined(__LIBRETRO__) && defined(_MSC_VER)
|
||||
#include <tchar.h>
|
||||
#else
|
||||
#include "tchar.h"
|
||||
#endif
|
||||
|
||||
#ifdef __LIBRETRO_OPTIMIZATIONS__
|
||||
#include "burn_libretro_opts.h"
|
||||
#endif
|
||||
|
||||
#include "burn.h"
|
||||
|
||||
#ifdef LSB_FIRST
|
||||
|
|
Loading…
Reference in New Issue