diff --git a/Windows/PPSSPP.vcxproj b/Windows/PPSSPP.vcxproj index c765986f39..8d502b20c4 100644 --- a/Windows/PPSSPP.vcxproj +++ b/Windows/PPSSPP.vcxproj @@ -225,42 +225,13 @@ true true - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - + + + + + + + NotUsing @@ -315,6 +286,7 @@ + diff --git a/Windows/PPSSPP.vcxproj.filters b/Windows/PPSSPP.vcxproj.filters index 82eccdf3f8..29b56840a3 100644 --- a/Windows/PPSSPP.vcxproj.filters +++ b/Windows/PPSSPP.vcxproj.filters @@ -110,6 +110,9 @@ Android + + Android + @@ -194,6 +197,9 @@ Android + + Android + diff --git a/Windows/main.cpp b/Windows/main.cpp index 45d0850638..b6aa79db29 100644 --- a/Windows/main.cpp +++ b/Windows/main.cpp @@ -17,6 +17,11 @@ #include +void LaunchBrowser(const char *url) +{ + ShellExecute(NULL, "open", url, NULL, NULL, SW_SHOWNORMAL); +} + #include "file/vfs.h" #include "file/zip_read.h" diff --git a/native b/native index 5f000da0e5..75e9af1379 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit 5f000da0e558a95825c87bd0a84a59858099fe8b +Subproject commit 75e9af1379753f8654dbe2b22c70ce7481bfd012