Change "HOMEPAGE" button in about box to name of website, since Linux is bad with launching URLS.
This commit is contained in:
@@ -713,9 +713,11 @@ ProcessMouseButtons:
|
|||||||
jne .nostatecancel
|
jne .nostatecancel
|
||||||
mov byte[NetStateQuit],1
|
mov byte[NetStateQuit],1
|
||||||
.nostatecancel
|
.nostatecancel
|
||||||
|
%ifndef __LINUX__
|
||||||
cmp byte[GUICBHold],65
|
cmp byte[GUICBHold],65
|
||||||
jne .nohomepage
|
jne .nohomepage
|
||||||
call GotoHomepage
|
call GotoHomepage
|
||||||
|
%endif
|
||||||
.nohomepage
|
.nohomepage
|
||||||
mov byte[GUICBHold],0
|
mov byte[GUICBHold],0
|
||||||
ret
|
ret
|
||||||
|
|||||||
@@ -5155,7 +5155,14 @@ DisplayGUIAbout:
|
|||||||
GUIOuttextwin2 11,5,65,GUIGUIAboutText5
|
GUIOuttextwin2 11,5,65,GUIGUIAboutText5
|
||||||
ret
|
ret
|
||||||
%else
|
%else
|
||||||
|
%ifndef __LINUX__
|
||||||
DrawGUIButton 11,5,125,74,136,GUIGUIAboutText8,65,0,0
|
DrawGUIButton 11,5,125,74,136,GUIGUIAboutText8,65,0,0
|
||||||
|
%else
|
||||||
|
sub byte[GUItextcolor],15
|
||||||
|
GUIOuttextwin2 11,6,126,GUIGUIAboutText8
|
||||||
|
add byte[GUItextcolor],15
|
||||||
|
GUIOuttextwin2 11,5,125,GUIGUIAboutText8
|
||||||
|
%endif
|
||||||
sub byte[GUItextcolor],15
|
sub byte[GUItextcolor],15
|
||||||
GUIOuttextwin2 11,6,16,GUIGUIAboutText1
|
GUIOuttextwin2 11,6,16,GUIGUIAboutText1
|
||||||
GUIOuttextwin2 11,6,26,GUIGUIAboutText7
|
GUIOuttextwin2 11,6,26,GUIGUIAboutText7
|
||||||
@@ -5207,7 +5214,11 @@ GUIGUIAboutText7 db 'WIN PORT V1.06',0
|
|||||||
GUIGUIAboutText7 db 'LINUX PORT V0.37',0
|
GUIGUIAboutText7 db 'LINUX PORT V0.37',0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifndef __LINUX__
|
||||||
GUIGUIAboutText8 db 'HOMEPAGE',0
|
GUIGUIAboutText8 db 'HOMEPAGE',0
|
||||||
|
%else
|
||||||
|
GUIGUIAboutText8 db 'WWW.ZSNES.COM',0
|
||||||
|
%endif
|
||||||
|
|
||||||
DisplayGUIMovies:
|
DisplayGUIMovies:
|
||||||
GUIDrawWindowBox 15,GUIMovieDisp
|
GUIDrawWindowBox 15,GUIMovieDisp
|
||||||
|
|||||||
Reference in New Issue
Block a user