Small cosmetic fix
This commit is contained in:
@@ -1878,7 +1878,7 @@ DisplayGUIConfirmClick:
|
|||||||
GUIClickCButtonL 10,187
|
GUIClickCButtonL 10,187
|
||||||
GUIWinControl 5,27,144,26+15*7,GUIcurrentfilewin,GUIcurrentviewloc,GUIfileentries,27,7,GUIcurrentcursloc,0,1,30
|
GUIWinControl 5,27,144,26+15*7,GUIcurrentfilewin,GUIcurrentviewloc,GUIfileentries,27,7,GUIcurrentcursloc,0,1,30
|
||||||
GUIWinControl 160,27,228,26+15*7,GUIcurrentfilewin,GUIcurrentdirviewloc,GUIdirentries,27,7,GUIcurrentdircursloc,1,1,30
|
GUIWinControl 160,27,228,26+15*7,GUIcurrentfilewin,GUIcurrentdirviewloc,GUIdirentries,27,7,GUIcurrentdircursloc,1,1,30
|
||||||
GUIPHoldbutton 186,157,228,168,1
|
GUIPHoldbutton 186,165,228,176,1
|
||||||
GUIPButtonHoleLoad 9,163,byte[GUIloadfntype],0
|
GUIPButtonHoleLoad 9,163,byte[GUIloadfntype],0
|
||||||
GUIPButtonHoleLoad 9,171,byte[GUIloadfntype],1
|
GUIPButtonHoleLoad 9,171,byte[GUIloadfntype],1
|
||||||
GUIPButtonHoleLoad 9,179,byte[GUIloadfntype],2
|
GUIPButtonHoleLoad 9,179,byte[GUIloadfntype],2
|
||||||
|
|||||||
@@ -459,7 +459,7 @@ DisplayGUILoad:
|
|||||||
GUIOuttextwin2 1,195,182,GUILoadTextE
|
GUIOuttextwin2 1,195,182,GUILoadTextE
|
||||||
GUIOuttextwin2 1,195,192,GUILoadTextF
|
GUIOuttextwin2 1,195,192,GUILoadTextF
|
||||||
|
|
||||||
mov dword[cloadmaxlen],30
|
mov dword[cloadmaxlen],39
|
||||||
cmp dword[GUIcurrentfilewin],0
|
cmp dword[GUIcurrentfilewin],0
|
||||||
jne .nofiles
|
jne .nofiles
|
||||||
; cmp byte[OSPort],2
|
; cmp byte[OSPort],2
|
||||||
@@ -493,7 +493,7 @@ DisplayGUILoad:
|
|||||||
GUIOuttextwin2 1,194,181,GUILoadTextE
|
GUIOuttextwin2 1,194,181,GUILoadTextE
|
||||||
GUIOuttextwin2 1,194,191,GUILoadTextF
|
GUIOuttextwin2 1,194,191,GUILoadTextF
|
||||||
|
|
||||||
mov dword[cloadmaxlen],30
|
mov dword[cloadmaxlen],39
|
||||||
cmp dword[GUIcurrentfilewin],0
|
cmp dword[GUIcurrentfilewin],0
|
||||||
jne .nofilesb
|
jne .nofilesb
|
||||||
; cmp byte[OSPort],2
|
; cmp byte[OSPort],2
|
||||||
@@ -507,7 +507,7 @@ DisplayGUILoad:
|
|||||||
%endif
|
%endif
|
||||||
.nofilesb
|
.nofilesb
|
||||||
|
|
||||||
DrawGUIButton 1,186,157,228,168,GUILoadText9,1,0,0
|
DrawGUIButton 1,186,165,228,176,GUILoadText9,1,0,0
|
||||||
mov al,[GUIWincol]
|
mov al,[GUIWincol]
|
||||||
mov byte[GUItextcolor],al
|
mov byte[GUItextcolor],al
|
||||||
; GUIOuttextwin2 1,6,16,GUILoadText1
|
; GUIOuttextwin2 1,6,16,GUILoadText1
|
||||||
@@ -820,7 +820,7 @@ GUILoadText7 db 'FILENAME',0
|
|||||||
GUILoadText8 db 'DIRECTORY',0
|
GUILoadText8 db 'DIRECTORY',0
|
||||||
GUILoadText9 db 'LOAD',0
|
GUILoadText9 db 'LOAD',0
|
||||||
GUILoadTextA times 40 db 0
|
GUILoadTextA times 40 db 0
|
||||||
GUILoadTextB db 'FORCE OPTIONS :',0
|
GUILoadTextB db 'FORCE',0
|
||||||
GUILoadTextC db 'NTSC',0
|
GUILoadTextC db 'NTSC',0
|
||||||
GUILoadTextD db 'PAL',0
|
GUILoadTextD db 'PAL',0
|
||||||
GUILoadTextE db 'LOROM',0
|
GUILoadTextE db 'LOROM',0
|
||||||
|
|||||||
Reference in New Issue
Block a user