Skip to content

Commit

Permalink
Rename invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Apr 22, 2012
1 parent 3db4a0d commit 9845710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/console_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ int rarch_main_init_wrap(const struct rarch_main_wrap *args)
int argc = 0;
char *argv[MAX_ARGS] = {NULL};

argv[argc++] = strdup("ssnes");
argv[argc++] = strdup("retroarch");

if (args->rom_path)
argv[argc++] = strdup(args->rom_path);
Expand Down

0 comments on commit 9845710

Please sign in to comment.