suyu/src/yuzu_cmd/emu_window
lat9nq d3748cad73 emu_window_sdl2_vk: Use the generated SDL config
On Linux, due to the way we include SDL2 as a submodule, it makes it
difficult for us to specify which SDL_config.h we intended to include.
Before, CMake would default to the dummy one included with SDL and
ignore the generated one.

This tells CMake to use the generated one. In addition, we define
USING_GENERATED_CONFIG_H to throw an error in case the dummy config is
used by accident. Fixes Vulkan not working on Linux yuzu-cmd.
2021-07-16 15:43:02 -04:00
..
emu_window_sdl2.cpp perf_stats: Rework FPS counter to be more accurate 2021-05-15 20:34:20 -04:00
emu_window_sdl2.h emu_window: unsigned -> u32 2021-04-23 11:19:32 -04:00
emu_window_sdl2_gl.cpp Avoid -Wshadow warning 2021-06-05 18:43:10 +02:00
emu_window_sdl2_gl.h yuzu-cmd: Fix OpenGL rendering 2021-06-04 11:39:04 +02:00
emu_window_sdl2_vk.cpp emu_window_sdl2_vk: Use the generated SDL config 2021-07-16 15:43:02 -04:00
emu_window_sdl2_vk.h renderer_opengl: Remove emulated mailbox presentation 2020-09-20 16:29:41 -03:00