fix libretro include header
This commit is contained in:
parent
d73b642f7b
commit
a96785461d
|
@ -1,5 +1,5 @@
|
|||
#include "libretro-common/include/libretro.h"
|
||||
#include <string.h>
|
||||
#include "libretro.h"
|
||||
|
||||
// RETRO_API void retro_set_environment(retro_environment_t);
|
||||
// RETRO_API void retro_set_video_refresh(retro_video_refresh_t);
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
package main
|
||||
|
||||
/*
|
||||
#cgo CFLAGS: -I./libretro-common/include
|
||||
#include "libretro.h"
|
||||
#include "libretro-common/include/libretro.h"
|
||||
|
||||
typedef struct retro_system_info retro_system_info;
|
||||
typedef struct retro_system_av_info retro_system_av_info;
|
||||
|
|
Loading…
Reference in New Issue
Block a user