Browse Source
thank you Qt Creator, very cool
Signed-off-by: crueter <crueter@crueter.xyz>
pull/94/head
crueter
8 months ago
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
3 changed files with
9 additions and
11 deletions
-
src/qt_common/qt_common.cpp
-
src/qt_common/qt_game_util.cpp
-
src/yuzu/main.cpp
|
|
|
@ -9,17 +9,14 @@ |
|
|
|
|
|
|
|
#include <QGuiApplication>
|
|
|
|
#include <QStringLiteral>
|
|
|
|
#include <QWindow>
|
|
|
|
#include "common/logging/log.h"
|
|
|
|
#include "core/frontend/emu_window.h"
|
|
|
|
|
|
|
|
#if !defined(WIN32) && !defined(__APPLE__)
|
|
|
|
#include <qpa/qplatformnativeinterface.h>
|
|
|
|
|
|
|
|
#include <QFile>
|
|
|
|
|
|
|
|
#include <JlCompress.h>
|
|
|
|
|
|
|
|
#if !defined(WIN32) && !defined(__APPLE__)
|
|
|
|
#include <qpa/qplatformnativeinterface.h>
|
|
|
|
#elif defined(__APPLE__)
|
|
|
|
#include <objc/message.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
@ -7,11 +7,15 @@ |
|
|
|
|
|
|
|
#include <QDesktopServices>
|
|
|
|
#include <QUrl>
|
|
|
|
#include "fmt/ostream.h"
|
|
|
|
#include <fstream>
|
|
|
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
#include <shlobj.h>
|
|
|
|
#include <windows.h>
|
|
|
|
#include "common/scope_exit.h"
|
|
|
|
#include "common/string_util.h"
|
|
|
|
#else
|
|
|
|
#include "fmt/ostream.h"
|
|
|
|
#include <fstream>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
namespace QtCommon { |
|
|
|
|
|
|
|
@ -15,8 +15,6 @@ |
|
|
|
#include "qt_common/qt_game_util.h"
|
|
|
|
#include "qt_common/qt_path_util.h"
|
|
|
|
|
|
|
|
#include <JlCompress.h>
|
|
|
|
|
|
|
|
#ifdef __APPLE__
|
|
|
|
#include <unistd.h> // for chdir
|
|
|
|
#endif
|
|
|
|
@ -121,7 +119,6 @@ static FileSys::VirtualFile VfsDirectoryCreateFileWrapper(const FileSys::Virtual |
|
|
|
#include "common/scm_rev.h"
|
|
|
|
#include "common/scope_exit.h"
|
|
|
|
#ifdef _WIN32
|
|
|
|
#include <shlobj.h>
|
|
|
|
#include "common/windows/timer_resolution.h"
|
|
|
|
#endif
|
|
|
|
#ifdef ARCHITECTURE_x86_64
|
|
|
|
|