Misc GUI fixes
This commit is contained in:
@@ -750,6 +750,10 @@ GUIOptionKeys:
|
|||||||
jne .noswfix
|
jne .noswfix
|
||||||
xor byte[SidewinderFix],1
|
xor byte[SidewinderFix],1
|
||||||
.noswfix
|
.noswfix
|
||||||
|
cmp dh,'H'
|
||||||
|
jne .nohighpriority
|
||||||
|
xor byte[HighPriority],1
|
||||||
|
.nohighpriority
|
||||||
cmp dh,'P'
|
cmp dh,'P'
|
||||||
jne .nofpsatstart
|
jne .nofpsatstart
|
||||||
xor byte[FPSAtStart],1
|
xor byte[FPSAtStart],1
|
||||||
|
|||||||
Reference in New Issue
Block a user