add goto hompage click
This commit is contained in:
@@ -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__
|
||||||
|
|||||||
Reference in New Issue
Block a user