yuzu/src
lat9nq f22867efc5 yuzu-qt: Attempt to workaround broken Vulkan installations
This does a few things in order to make the default setting Vulkan
workable.

- When yuzu boots, it just opens the Vulkan library.
  - If it works, all good and we continue with Vulkan as the default.
  - If something breaks, a new file in the config directory will be left
    behind (this is deleted normally).
- If Vulkan is not working, has_broken_vulkan is set to true.
  - The first time this happens, a warning is displayed to notify the
    user.
  - This forces use of OpenGL, and Vulkan cannot be selected.
  - The Shader Backend selector is made accessible for use in custom
    configurations.
  - To disable has_broken_vulkan, the user needs to press a button in
    Graphics Configuration to manually run the Vulkan device
    enumeration.
2022-05-30 10:57:59 -04:00
..
audio_core command_generator: Use u8 for tap index lut 2022-05-13 00:50:58 -04:00
common settings: Set Vulkan to the default renderer backend 2022-05-29 21:38:36 -04:00
core Merge pull request #8332 from Morph1984/reduce_exec_size 2022-05-29 02:33:24 -07:00
input_common Merge pull request #8374 from german77/asnycvibrations 2022-05-28 00:55:53 -07:00
shader_recompiler general: Avoid ambiguous format_to compilation errors 2022-05-14 16:48:34 -04:00
tests chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
video_core Merge pull request #8332 from Morph1984/reduce_exec_size 2022-05-29 02:33:24 -07:00
web_service general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
yuzu yuzu-qt: Attempt to workaround broken Vulkan installations 2022-05-30 10:57:59 -04:00
yuzu_cmd default_ini: Reflect new renderer backend default setting 2022-05-29 21:38:36 -04:00
.clang-format
CMakeLists.txt CMakeLists: Enforce C4505 and C5245 2022-04-07 23:00:04 -04:00