Add shortcut to access the remote debugger from the built-in devmenu

This commit is contained in:
Henrik Rydgård
2025-08-23 00:16:03 +02:00
parent 93104508a5
commit 23314d1d1a
47 changed files with 51 additions and 2 deletions
+5
View File
@@ -156,6 +156,11 @@ void DevMenuScreen::CreatePopupContents(UI::ViewGroup *parent) {
return UI::EVENT_DONE;
});
items->Add(new Choice(dev->T("Remote debugger")))->OnClick.Add([](UI::EventParams &e) {
System_LaunchUrl(LaunchUrlType::BROWSER_URL, "http://ppsspp-debugger.unknownbrackets.org/cpu"); // NOTE: https doesn't work
return UI::EVENT_DONE;
});
items->Add(new Choice(sy->T("Developer Tools")))->OnClick.Handle(this, &DevMenuScreen::OnDeveloperTools);
// Debug overlay