Skip to content
  1. Jul 16, 2021
    • lat9nq's avatar
      emu_window_sdl2_vk: Use the generated SDL config · d3748cad
      lat9nq authored
      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.
      d3748cad
  2. Jul 15, 2021
  3. Jul 14, 2021
  4. Jul 13, 2021
  5. Jul 12, 2021
  6. Jul 11, 2021
  7. Jul 10, 2021
  8. Jul 09, 2021
Loading