add goto hompage click

This commit is contained in:
theoddone33
2001-05-01 23:18:43 +00:00
parent f694e805d8
commit 2da0c4773d

View File

@@ -1,4 +1,5 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <time.h> #include <time.h>
@@ -1702,7 +1703,7 @@ void SetMouseY(int Y)
void ZsnesPage() void ZsnesPage()
{ {
#ifdef __LINUX__ #ifdef __LINUX__
STUB_FUNCTION; system("netscape -remote 'openURL(http://www.zsnes.com/)'");
#else #else
ShellExecute(NULL, NULL, "http://www.zsnes.com", NULL, NULL, 0); ShellExecute(NULL, NULL, "http://www.zsnes.com", NULL, NULL, 0);
#endif // __LINUX__ #endif // __LINUX__