rename some headers
This commit is contained in:
parent
e6c3e042be
commit
e12f25ee1d
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <span>
|
#include <span>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <SDL_hidapi.h>
|
#include <SDL3/SDL_hidapi.h>
|
||||||
|
|
||||||
#include "input_common/input_engine.h"
|
#include "input_common/input_engine.h"
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <SDL_hidapi.h>
|
#include <SDL3/SDL_hidapi.h>
|
||||||
|
|
||||||
#include "common/bit_field.h"
|
#include "common/bit_field.h"
|
||||||
#include "common/common_funcs.h"
|
#include "common/common_funcs.h"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#ifdef YUZU_USE_EXTERNAL_SDL2
|
#ifdef YUZU_USE_EXTERNAL_SDL2
|
||||||
// Include this before SDL.h to prevent the external from including a dummy
|
// Include this before SDL.h to prevent the external from including a dummy
|
||||||
#define USING_GENERATED_CONFIG_H
|
#define USING_GENERATED_CONFIG_H
|
||||||
#include <SDL_config.h>
|
#include <SDL3/SDL_config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <SDL3/SDL.h>
|
#include <SDL3/SDL.h>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "yuzu_cmd/emu_window/emu_window_sdl2_vk.h"
|
#include "yuzu_cmd/emu_window/emu_window_sdl2_vk.h"
|
||||||
|
|
||||||
#include <SDL3/SDL.h>
|
#include <SDL3/SDL.h>
|
||||||
#include <SDL_syswm.h>
|
#include <SDL3/SDL_syswm.h>
|
||||||
|
|
||||||
EmuWindow_SDL2_VK::EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem_,
|
EmuWindow_SDL2_VK::EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem_,
|
||||||
Core::System& system_, bool fullscreen)
|
Core::System& system_, bool fullscreen)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue