citra/src/yuzu
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
..
applets qt_software_keyboard: Address review feedback 2022-05-16 14:44:01 -04:00
configuration yuzu-qt: Attempt to workaround broken Vulkan installations 2022-05-30 10:57:59 -04:00
debugger general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
util general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
about_dialog.cpp about dialog: Fix the logo in a multiplatform way 2022-05-16 05:42:38 -07:00
about_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
aboutdialog.ui about dialog: Fix the logo in a multiplatform way 2022-05-16 05:42:38 -07:00
bootmanager.cpp input_common: touch: Rewrite touch driver to support multiple touch points 2022-05-23 11:01:14 -05:00
bootmanager.h input_common: touch: Rewrite touch driver to support multiple touch points 2022-05-23 11:01:14 -05:00
check_vulkan.cpp yuzu-qt: Attempt to workaround broken Vulkan installations 2022-05-30 10:57:59 -04:00
check_vulkan.h yuzu-qt: Attempt to workaround broken Vulkan installations 2022-05-30 10:57:59 -04:00
CMakeLists.txt yuzu-qt: Attempt to workaround broken Vulkan installations 2022-05-30 10:57:59 -04:00
compatdb.cpp
compatdb.h
compatdb.ui ui: Fix Game Compatibility list translations 2022-04-16 16:30:45 -07:00
compatibility_list.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
compatibility_list.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
discord.h
discord_impl.cpp
discord_impl.h
game_list.cpp yuzu: Reduce unused includes 2022-03-20 02:25:09 -04:00
game_list.h yuzu: Reduce unused includes 2022-03-20 02:25:09 -04:00
game_list_p.h ui: Fix Game Compatibility list translations 2022-04-16 16:30:45 -07:00
game_list_worker.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
game_list_worker.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hotkeys.cpp yuzu: Reduce unused includes 2022-03-20 02:25:09 -04:00
hotkeys.h
Info.plist
install_dialog.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
install_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
loading_screen.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
loading_screen.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
loading_screen.ui
main.cpp yuzu-qt: Attempt to workaround broken Vulkan installations 2022-05-30 10:57:59 -04:00
main.h Prevent the mouse cursor from leaving the window when mouse panning is enabled 2022-04-19 16:22:51 -04:00
main.ui
uisettings.cpp ui: Set Link Color when setting theme 2022-04-11 00:00:29 -07:00
uisettings.h yuzu-qt: Attempt to workaround broken Vulkan installations 2022-05-30 10:57:59 -04:00
yuzu.qrc
yuzu.rc