mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(GX) Build fixes/style nits
This commit is contained in:
parent
29a3a46e73
commit
bca8a4c6d7
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user