Increased resolution.

This commit is contained in:
Justin Marshall
2020-06-01 22:13:26 -07:00
parent fe68f1962a
commit ac8897feff
+2 -2
View File
@@ -1120,8 +1120,8 @@ void Read_Setup_Options( RawFileClass *config_file )
VideoBackBufferAllowed = ini.Get_Bool("Options", "VideoBackBuffer", true); VideoBackBufferAllowed = ini.Get_Bool("Options", "VideoBackBuffer", true);
AllowHardwareBlitFills = ini.Get_Bool("Options", "HardwareFills", true); AllowHardwareBlitFills = ini.Get_Bool("Options", "HardwareFills", true);
// jmarshall // jmarshall
ScreenWidth = 640; ScreenWidth = 1024;
ScreenHeight = 480; //ini.Get_Bool("Options", "Resolution", false) ? 3072 : 3072; ScreenHeight = 768; //ini.Get_Bool("Options", "Resolution", false) ? 3072 : 3072;
// jmarshall end // jmarshall end
/* /*
** See if an alternative socket number has been specified ** See if an alternative socket number has been specified