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