(PS3) Buildfixes

This commit is contained in:
twinaphex 2015-04-14 21:58:39 +02:00
parent fdc74d95a8
commit 6bf30bb714
4 changed files with 4 additions and 4 deletions

View File

@ -1191,7 +1191,7 @@ static void gl_init_textures_data(gl_t *gl)
static void gl_init_textures(gl_t *gl, const video_info_t *video)
{
unsigned i;
GLenum internal_fmt, texture_type, texture_fmt;
GLenum internal_fmt, texture_type = 0, texture_fmt = 0;
(void)texture_type;
(void)texture_fmt;

View File

@ -280,7 +280,7 @@ static void ps3_joypad_destroy(void)
}
inpout_device_driver_t ps3_joypad = {
input_device_driver_t ps3_joypad = {
ps3_joypad_init,
ps3_joypad_query_pad,
ps3_joypad_destroy,

View File

@ -1231,6 +1231,8 @@ void menu_entries_cbs_init_bind_ok(menu_file_list_cbs_t *cbs,
if (!menu)
return;
RARCH_LOG("path: %s, label: %s, elem0 : %s, elem1: %s\n", path, label, elem0, elem1);
cbs->action_ok = action_ok_lookup_setting;
if (elem0[0] != '\0' && is_rdb_entry(elem0))

View File

@ -383,7 +383,6 @@ int menu_input_set_keyboard_bind_mode(void *data,
{
case MENU_INPUT_BIND_NONE:
return -1;
break;
case MENU_INPUT_BIND_SINGLE:
keybind = (struct retro_keybind*)setting->value.keybind;
@ -438,7 +437,6 @@ int menu_input_set_input_device_bind_mode(void *data,
{
case MENU_INPUT_BIND_NONE:
return -1;
break;
case MENU_INPUT_BIND_SINGLE:
keybind = (struct retro_keybind*)setting->value.keybind;