Buildfixes

This commit is contained in:
twinaphex 2015-11-20 21:22:26 +01:00
parent e09e65e348
commit 4f0cec7b1e
2 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ static int action_left_video_resolution(unsigned type, const char *label,
[global->console.screen.resolutions.current.idx];
}
#else
video_driver_ctl(RARCH_DISPLAY_CTL_GET_VIDEO_OUT_PREV, NULL);
video_driver_ctl(RARCH_DISPLAY_CTL_GET_PREV_VIDEO_OUT, NULL);
#endif
return 0;

View File

@ -318,7 +318,7 @@ static int action_right_video_resolution(unsigned type, const char *label,
[global->console.screen.resolutions.current.idx];
}
#else
video_driver_ctl(RARCH_DISPLAY_CTL_GET_VIDEO_OUT_NEXT, NULL);
video_driver_ctl(RARCH_DISPLAY_CTL_GET_NEXT_VIDEO_OUT, NULL);
#endif
return 0;