New ps1/exe version from Jens.

committer: mfx <mfx> 1083813373 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-05-06 03:16:13 +00:00
parent 23f5370dcf
commit 767e4e2ce6
9 changed files with 519 additions and 287 deletions
+4
View File
@@ -705,6 +705,9 @@ static int do_option(int optc, const char *arg)
opt->ps1_exe.no_align = true;
opt->ps1_exe.console_run = true;
break;
case 672:
opt->ps1_exe.do_8bit = true;
break;
case '\0':
return -1;
@@ -824,6 +827,7 @@ static const struct mfx_option longopts[] =
// ps1/exe
{"console-run", 0x10, 0, 670},
{"no-align", 0x10, 0, 671},
{"8-bit", 0x10, 0, 672},
{ NULL, 0, NULL, 0 }
};