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

@@ -1475,12 +1475,6 @@ NEWSYM SetInputDevice
mov dword[eax+44],46
ret
NEWSYM GotoHomepage
pushad
call ZsnesPage
popad
ret
NEWSYM GetTimeInSeconds
push dword SystemTime
call [_imp__GetLocalTime@4]