Browse Source
forgot to remove on .cpp oops
Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/2883/head
lizzie
4 months ago
No known key found for this signature in database
GPG Key ID: 287378CADCAB13
1 changed files with
0 additions and
12 deletions
-
src/yuzu/main.cpp
|
|
|
@ -3356,18 +3356,6 @@ void GMainWindow::OnOpenFAQ() { |
|
|
|
OpenURL(QUrl(QStringLiteral("https://yuzu-mirror.github.io/help"))); |
|
|
|
} |
|
|
|
|
|
|
|
void GMainWindow::OnOpenDiscord() { |
|
|
|
OpenURL(QUrl(QStringLiteral("https://discord.gg/HstXbPch7X"))); |
|
|
|
} |
|
|
|
|
|
|
|
void GMainWindow::OnOpenRevolt() { |
|
|
|
OpenURL(QUrl(QStringLiteral("https://rvlt.gg/qKgFEAbH"))); |
|
|
|
} |
|
|
|
|
|
|
|
void GMainWindow::OnOpenX() { |
|
|
|
OpenURL(QUrl(QStringLiteral("https://x.com/edenemuofficial"))); |
|
|
|
} |
|
|
|
|
|
|
|
void GMainWindow::ToggleFullscreen() { |
|
|
|
if (!emulation_running) { |
|
|
|
return; |
|
|
|
|