diff options
author | Liam <byteslice@airmail.cc> | 2022-12-03 13:32:24 -0500 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-12-04 10:12:26 -0500 |
commit | 6d2c59737177dba09a0a2a31e96276addf52c172 (patch) | |
tree | 9bb6050c056d66f880557e3fd5b3058638afd66d /src/yuzu_cmd/emu_window | |
parent | 75e16547f8977e8b2b07723b04bcc3cbe999d566 (diff) |
externals: update dynarmic, SDL2
Diffstat (limited to 'src/yuzu_cmd/emu_window')
-rw-r--r-- | src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp index 0d580fe4f..9ed47d453 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp @@ -12,12 +12,6 @@ #include "video_core/renderer_vulkan/renderer_vulkan.h" #include "yuzu_cmd/emu_window/emu_window_sdl2_vk.h" -#ifdef YUZU_USE_EXTERNAL_SDL2 -// Include this before SDL.h to prevent the external from including a dummy -#define USING_GENERATED_CONFIG_H -#include <SDL_config.h> -#endif - #include <SDL.h> #include <SDL_syswm.h> |