Added a command line option to force 60hz fullscreen, use the option -6 to enable mode
This commit is contained in:
@@ -31,6 +31,7 @@ extern void ConvertJoyMap2(void);
|
||||
extern void displayparams(void);
|
||||
extern void makeextension(void);
|
||||
extern unsigned char KitchenSync;
|
||||
extern unsigned char Force60hz;
|
||||
|
||||
int pccmdline(void);
|
||||
|
||||
@@ -677,6 +678,11 @@ int pccmdline(void)
|
||||
KitchenSync=1;
|
||||
break;
|
||||
}
|
||||
case '6':
|
||||
{
|
||||
Force60hz=1;
|
||||
break;
|
||||
}
|
||||
case '?':
|
||||
{
|
||||
return 9;
|
||||
|
||||
Reference in New Issue
Block a user