Skip to content

Commit

Permalink
Add -skip_disclaimer option to PC VeXMAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerNerdKev committed Jan 1, 1970
1 parent 9f4b021 commit 3372d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmame-0.106/src/unix/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ static struct rc_option opts2[] = {
#endif
{ "language", "lang", rc_string, &language, "english", 0, 0, NULL, "Select the language for the menus and osd" },
{ "cheat", "c", rc_bool, &options.cheat, "0", 0, 0, NULL, "Enable/disable cheat subsystem" },
{ "skip_disclaimer", NULL, rc_bool, &options.skip_disclaimer, "0", 0, 0, NULL, "Skip displaying the copyright disclaimer" },
{ "skip_gameinfo", NULL, rc_bool, &options.skip_gameinfo, "0", 0, 0, NULL, "Skip displaying the game info screen" },
{ "skip_warnings", NULL, rc_bool, &options.skip_warnings, "0", 0, 0, NULL, "Skip displaying the warnings screen" },
{ "validate", "valid", rc_bool, &validate, "0", 0, 0, NULL, "Validate all game drivers" },
Expand Down

0 comments on commit 3372d50

Please sign in to comment.