mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
Fix(?) other platforms
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
dec810acfa
commit
c22351a4e8
3 changed files with 4 additions and 2 deletions
|
|
@ -33,6 +33,7 @@ std::vector<Asset> Release::GetAssets() const {
|
||||||
static constexpr const std::string prefix = "Eden-Android";
|
static constexpr const std::string prefix = "Eden-Android";
|
||||||
#else
|
#else
|
||||||
LOG_DEBUG(Common, "Unsupported platform for auto-update");
|
LOG_DEBUG(Common, "Unsupported platform for auto-update");
|
||||||
|
return {};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
std::vector<std::string> suffixes;
|
std::vector<std::string> suffixes;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
// Qt on macOS doesn't define VMA shit
|
// Qt on macOS doesn't define VMA shit
|
||||||
#include <boost/algorithm/string/split.hpp>
|
#include <boost/algorithm/string/split.hpp>
|
||||||
#include <qttranslation.h>
|
|
||||||
#include "common/settings.h"
|
#include "common/settings.h"
|
||||||
#include "common/settings_enums.h"
|
#include "common/settings_enums.h"
|
||||||
#include "frontend_common/settings_generator.h"
|
#include "frontend_common/settings_generator.h"
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,11 @@
|
||||||
|
|
||||||
#ifdef YUZU_BUNDLED_OPENSSL
|
#ifdef YUZU_BUNDLED_OPENSSL
|
||||||
#include <openssl/cert.h>
|
#include <openssl/cert.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <QDesktopServices>
|
#include <QDesktopServices>
|
||||||
#endif
|
|
||||||
|
#undef GetSaveFileName
|
||||||
|
|
||||||
UpdateDialog::UpdateDialog(const Common::Net::Release& release, QWidget* parent)
|
UpdateDialog::UpdateDialog(const Common::Net::Release& release, QWidget* parent)
|
||||||
: QDialog(parent), ui(new Ui::UpdateDialog) {
|
: QDialog(parent), ui(new Ui::UpdateDialog) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue