From bca8a4c6d7a6a48e1ce85eccc517e77a1e947d4d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 3 Jun 2014 03:37:13 +0200 Subject: [PATCH] (GX) Build fixes/style nits --- gx/gx_video.c | 1 + retroarch.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gx/gx_video.c b/gx/gx_video.c index 63e87999ef..834a321044 100644 --- a/gx/gx_video.c +++ b/gx/gx_video.c @@ -1276,6 +1276,7 @@ const video_driver_t video_gx = { "gx", gx_set_rotation, gx_viewport_info, + NULL, #ifdef HAVE_OVERLAY gx_get_overlay_interface, #endif diff --git a/retroarch.c b/retroarch.c index 6980b3c713..66f92959cc 100644 --- a/retroarch.c +++ b/retroarch.c @@ -3192,8 +3192,6 @@ void rarch_main_deinit(void) void rarch_main_init_wrap(const struct rarch_main_wrap *args, int *argc, char **argv) { - unsigned i; - argv[(*argc)++] = strdup("retroarch"); if (!args->no_rom)