fix build: allow libretro.h to be found

This commit is contained in:
John Grub 2014-06-09 00:24:18 -07:00
parent 0c588064a4
commit 5b777dc615
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
#include "display.h"
#ifdef __LIBRETRO__
#include "libretro.h"
#include "libretro/libretro.h"
void S9xAppendMapping(struct retro_memory_descriptor * desc);
#endif