Merge pull request #4 from l3iggs/patch-1

fix build: allow libretro.h to be found
This commit is contained in:
Twinaphex 2014-06-09 11:41:43 +02:00
commit ff045f3292
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