mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +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",
|
||||||
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
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user