(OSX PPC) Buildfixes

This commit is contained in:
neville 2017-12-04 02:59:06 +01:00
parent 97529ade6e
commit 43f6a03110
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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 );