(OSX PPC) Buildfixes
This commit is contained in:
parent
97529ade6e
commit
43f6a03110
|
@ -33,15 +33,12 @@
|
||||||
#include "../video_coord_array.h"
|
#include "../video_coord_array.h"
|
||||||
#include "../video_driver.h"
|
#include "../video_driver.h"
|
||||||
#include "../drivers/gl_symlinks.h"
|
#include "../drivers/gl_symlinks.h"
|
||||||
|
#include <glsym/glsym.h>
|
||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
#define MAX_FENCES 4
|
#define MAX_FENCES 4
|
||||||
|
|
||||||
#ifndef ARB_sync
|
|
||||||
typedef struct __GLsync *GLsync;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct gl
|
typedef struct gl
|
||||||
{
|
{
|
||||||
GLenum internal_fmt;
|
GLenum internal_fmt;
|
||||||
|
|
|
@ -806,6 +806,9 @@ void input_menu_keys_pressed(void *data, retro_bits_t* p_new_state)
|
||||||
uint8_t port_max =
|
uint8_t port_max =
|
||||||
settings->bools.input_all_users_control_menu
|
settings->bools.input_all_users_control_menu
|
||||||
? max_users : 1;
|
? max_users : 1;
|
||||||
|
|
||||||
|
joypad_info.joy_idx = 0;
|
||||||
|
joypad_info.auto_binds = NULL;
|
||||||
|
|
||||||
RARCH_INPUT_STATE_CLEAR_PTR( p_new_state );
|
RARCH_INPUT_STATE_CLEAR_PTR( p_new_state );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue