Removed homepage code from DOS port. Removed needless routes for browser opening through assembly. Cleaned up Linux code for browser opening. Linux browser opening can now launch FireFox if called 'firefox' and opera. Documentation button functional.

This commit is contained in:
n-a-c-h
2006-02-21 01:48:24 +00:00
parent 3f9cfe3f1c
commit 9bc4e2db2b
7 changed files with 44 additions and 27 deletions

View File

@@ -735,10 +735,20 @@ ProcessMouseButtons:
call AddCSCheatCode
; call InsertSearchDescription
.noinsertscc
%ifndef __MSDOS__
cmp byte[GUICBHold],65
jne .nohomepage
call GotoHomepage
.nohomepage
jne .nozsnespage
pushad
call ZsnesPage
popad
.nozsnespage
cmp byte[GUICBHold],66
jne .nodocspage
pushad
call DocsPage
popad
.nodocspage
%endif
mov byte[GUICBHold],0
ret
.checkmenuboxclick