diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index 2313e9f9b6..d0624259c7 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -48,6 +48,7 @@ #include #include #include +#include #include "rpcs3_version.h" #include "Emu/IdManager.h" @@ -2925,6 +2926,11 @@ void main_window::CreateConnects() welcome->open(); }); + connect(ui->supportAct, &QAction::triggered, this, [this] + { + QDesktopServices::openUrl(QUrl("https://www.patreon.com/Nekotekina")); + }); + connect(ui->aboutAct, &QAction::triggered, this, [this] { about_dialog dlg(this); diff --git a/rpcs3/rpcs3qt/main_window.ui b/rpcs3/rpcs3qt/main_window.ui index 35422d94fc..094444e50f 100644 --- a/rpcs3/rpcs3qt/main_window.ui +++ b/rpcs3/rpcs3qt/main_window.ui @@ -371,6 +371,8 @@ + + @@ -709,6 +711,14 @@ Show Log/TTY + + + Support Us + + + To ensure continued improvements of RPCS3, become a part of our Patreon group! + + About RPCS3