[UI] Add F2 Hotkey to open current git commit in browser

This commit is contained in:
illusion98
2020-02-01 03:58:31 -05:00
committed by Rick Gibbed
parent 211e30d791
commit c3f3bd8701
2 changed files with 14 additions and 6 deletions

View File

@@ -56,6 +56,7 @@ class EmulatorWindow {
void GpuTraceFrame();
void GpuClearCaches();
void ShowHelpWebsite();
void ShowCommitID();
Emulator* emulator_;
std::unique_ptr<ui::Loop> loop_;