(GX) Build fixes/style nits

This commit is contained in:
twinaphex 2014-06-03 03:37:13 +02:00
parent 29a3a46e73
commit bca8a4c6d7
2 changed files with 1 additions and 2 deletions

View File

@ -1276,6 +1276,7 @@ const video_driver_t video_gx = {
"gx", "gx",
gx_set_rotation, gx_set_rotation,
gx_viewport_info, gx_viewport_info,
NULL,
#ifdef HAVE_OVERLAY #ifdef HAVE_OVERLAY
gx_get_overlay_interface, gx_get_overlay_interface,
#endif #endif

View File

@ -3192,8 +3192,6 @@ void rarch_main_deinit(void)
void rarch_main_init_wrap(const struct rarch_main_wrap *args, int *argc, char **argv) void rarch_main_init_wrap(const struct rarch_main_wrap *args, int *argc, char **argv)
{ {
unsigned i;
argv[(*argc)++] = strdup("retroarch"); argv[(*argc)++] = strdup("retroarch");
if (!args->no_rom) if (!args->no_rom)