1
0
Fork 0
forked from suyu/suyu
suyu/src/yuzu_cmd
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 emu_window_sdl2_vk: Use the generated SDL config 2021-07-16 15:43:02 -04:00
CMakeLists.txt emu_window_sdl2_vk: Use the generated SDL config 2021-07-16 15:43:02 -04:00
config.cpp config: Remove float {Read,Write}Setting variants 2021-07-08 22:04:24 -04:00
config.h yuzu_cmd: config: Pass a reference in 2021-06-30 20:16:01 -04:00
default_ini.h configure_graphics: Use u8 for bg_color values 2021-07-08 21:45:01 -04:00
yuzu.cpp general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
yuzu.rc Fix: fatal error CVT1100 when compiling manifest file 2020-06-21 03:11:23 +02:00