mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
Fixing SDL build
This commit is contained in:
parent
bf84589d49
commit
7d400703cf
@ -9,8 +9,8 @@
|
||||
#include "common/logging/log.h"
|
||||
#ifdef ENABLE_QT_GUI
|
||||
#include <QtCore>
|
||||
#include "common/memory_patcher.h"
|
||||
#endif
|
||||
#include "common/memory_patcher.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/discord_rpc_handler.h"
|
||||
#include "common/elf_info.h"
|
||||
@ -38,6 +38,7 @@
|
||||
#include "emulator.h"
|
||||
#include "video_core/renderdoc.h"
|
||||
|
||||
|
||||
Frontend::WindowSDL* g_window = nullptr;
|
||||
|
||||
namespace Core {
|
||||
|
Loading…
Reference in New Issue
Block a user