Skip to content

Commit

Permalink
WiiFlow Plugin compatibility (Wiimpathy)
Browse files Browse the repository at this point in the history
Usage: arguments={device}:/{path}/{name}
  • Loading branch information
saulfabregwiivc committed Jun 1, 2022
1 parent 141b964 commit d3a0868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/osd/wii/wiimain.c
Expand Up @@ -121,7 +121,8 @@ int main(int argc, char *argv[])

// cli_execute does the heavy lifting; if we have osd-specific options, we
// would pass them as the third parameter here
ret = cli_execute(nargc, (char **) nargv, wii_mame_options);
//ret = cli_execute(nargc, (char **) nargv, wii_mame_options);
ret = cli_execute(argc, argv, wii_mame_options);

wii_shutdown_video();

Expand Down

0 comments on commit d3a0868

Please sign in to comment.