update 0.9.0
This commit is contained in:
parent
470f65cca4
commit
f1f8a1e846
4 changed files with 24 additions and 4 deletions
|
|
@ -575,6 +575,7 @@ function SAEO_Config() {
|
|||
id: "",
|
||||
enabled: false,
|
||||
//driver: 0,
|
||||
hideCursor: false,
|
||||
|
||||
scandoubler: false, //gfx_scandoubler
|
||||
framerate: 0, //gfx_framerate
|
||||
|
|
@ -1075,6 +1076,7 @@ function SAEO_Configuration() {
|
|||
|
||||
p.video.id = "video";
|
||||
p.video.enabled = true;
|
||||
p.video.hideCursor = true;
|
||||
p.video.scandoubler = false;
|
||||
p.video.framerate = 1;
|
||||
p.video.hresolution = SAEC_Config_Video_HResolution_HiRes;
|
||||
|
|
|
|||
Loading…
Reference in a new issue