mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
PSL1GHT/PS3 build fix (#13446)
This commit is contained in:
parent
f43b19db4f
commit
19d05db9ae
@ -151,7 +151,7 @@ static void gfx_ctx_ps3_set_swap_interval(void *data, int interval)
|
||||
static void gfx_ctx_ps3_check_window(void *data, bool *quit,
|
||||
bool *resize, unsigned *width, unsigned *height)
|
||||
{
|
||||
gl_t *gl = data;
|
||||
gl2_t *gl = data;
|
||||
|
||||
*quit = false;
|
||||
*resize = false;
|
||||
|
@ -3461,6 +3461,10 @@ struct retro_core_option_definition
|
||||
const char *default_value;
|
||||
};
|
||||
|
||||
#ifdef __PS3__
|
||||
#undef local
|
||||
#endif
|
||||
|
||||
struct retro_core_options_intl
|
||||
{
|
||||
/* Pointer to an array of retro_core_option_definition structs
|
||||
|
@ -118,6 +118,7 @@ struct SceNetInAddr inet_aton(const char *ip_addr);
|
||||
|
||||
#if !defined(__PSL1GHT__) && defined(__PS3__)
|
||||
#include <netex/libnetctl.h>
|
||||
#include <netex/errno.h>
|
||||
#else
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user