Fix(?) other platforms

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-04-09 00:53:59 -04:00
parent 201278655c
commit e8d4a9da65
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
3 changed files with 4 additions and 2 deletions

View file

@ -14,9 +14,11 @@
#ifdef YUZU_BUNDLED_OPENSSL
#include <openssl/cert.h>
#endif
#include <QDesktopServices>
#endif
#undef GetSaveFileName
UpdateDialog::UpdateDialog(const Common::Net::Release& release, QWidget* parent)
: QDialog(parent), ui(new Ui::UpdateDialog) {