yuzu/src
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
..
audio_core Merge pull request #6571 from Kelebek1/Mix 2021-07-12 22:09:05 -07:00
common Merge pull request #6579 from ameerj/float-settings 2021-07-15 18:03:11 -04:00
core Merge pull request #6525 from ameerj/nvdec-fixes 2021-07-15 15:17:50 +02:00
input_common Merge pull request #6579 from ameerj/float-settings 2021-07-15 18:03:11 -04:00
tests Buffer Cache: Address Feedback. 2021-07-10 21:34:55 +02:00
video_core Merge pull request #6579 from ameerj/float-settings 2021-07-15 18:03:11 -04:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Merge pull request #6579 from ameerj/float-settings 2021-07-15 18:03:11 -04:00
yuzu_cmd emu_window_sdl2_vk: Use the generated SDL config 2021-07-16 15:43:02 -04:00
.clang-format
CMakeLists.txt CMakeLists: Treat -Wsign-compare as an error on GCC/Clang 2021-07-06 12:50:09 -04:00