1. 16 Jul, 2021 3 commits
    • lat9nq's avatar
      sdl_impl, emu_window: Remove clang ignore · f7859331
      lat9nq authored
      Fixed upstream by
      libsdl-org/SDL@25fc40b0bd44c484051064bc6b945ea9943f88dd
      f7859331
    • lat9nq's avatar
      emu_window_sdl2_vk: Specify the window manager if it should be supported · 0e6ba0cd
      lat9nq authored
      The original language "not implemented" is wrong if the implementation
      exists but is not compiled. This causes a bit of a debugging headache
      when it goes wrong. Log it if the window manager is known before
      exiting.
      0e6ba0cd
    • 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. 15 Jul, 2021 9 commits
  3. 14 Jul, 2021 3 commits
  4. 13 Jul, 2021 7 commits
  5. 12 Jul, 2021 5 commits
  6. 11 Jul, 2021 4 commits
  7. 10 Jul, 2021 4 commits
  8. 09 Jul, 2021 5 commits