mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Fixes to default key mappings, add default button, fix saving of mapped controls on Android, fixes #3213
This commit is contained in:
+9
-5
@@ -17,11 +17,6 @@
|
||||
|
||||
#include "Common/CommonWindows.h"
|
||||
|
||||
void LaunchBrowser(const char *url)
|
||||
{
|
||||
ShellExecute(NULL, "open", url, NULL, NULL, SW_SHOWNORMAL);
|
||||
}
|
||||
|
||||
#include "file/vfs.h"
|
||||
#include "file/zip_read.h"
|
||||
|
||||
@@ -54,6 +49,15 @@ void LaunchBrowser(const char *url)
|
||||
CDisasm *disasmWindow[MAX_CPUCOUNT] = {0};
|
||||
CMemoryDlg *memoryWindow[MAX_CPUCOUNT] = {0};
|
||||
|
||||
void LaunchBrowser(const char *url)
|
||||
{
|
||||
ShellExecute(NULL, "open", url, NULL, NULL, SW_SHOWNORMAL);
|
||||
}
|
||||
|
||||
std::string System_GetName() {
|
||||
return "PC:Windows";
|
||||
}
|
||||
|
||||
int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine, int iCmdShow)
|
||||
{
|
||||
Common::EnableCrashingOnCrashes();
|
||||
|
||||
Reference in New Issue
Block a user