Move KitchenSync option to command line, use -K to enable (case senstive)
This commit is contained in:
@@ -32,6 +32,7 @@ extern void displayparams(void);
|
||||
extern void makeextension(void);
|
||||
|
||||
int pccmdline(void);
|
||||
extern int KitchenSync = 0;
|
||||
|
||||
extern unsigned char Palette0, SPC700sh, OffBy1Line, DSPDisable,
|
||||
MMXSupport, Force8b, ForcePal, GUIClick, MouseDis,
|
||||
@@ -671,6 +672,11 @@ int pccmdline(void)
|
||||
MouseDis=1;
|
||||
break;
|
||||
}
|
||||
case 'K':
|
||||
{
|
||||
KitchenSync=1;
|
||||
break;
|
||||
}
|
||||
case '?':
|
||||
{
|
||||
return 9;
|
||||
|
||||
Reference in New Issue
Block a user