mirror of https://github.com/snes9xgit/snes9x.git
Merge pull request #4 from l3iggs/patch-1
fix build: allow libretro.h to be found
This commit is contained in:
commit
ff045f3292
|
@ -202,7 +202,7 @@
|
|||
#include "display.h"
|
||||
|
||||
#ifdef __LIBRETRO__
|
||||
#include "libretro.h"
|
||||
#include "libretro/libretro.h"
|
||||
void S9xAppendMapping(struct retro_memory_descriptor * desc);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue