yuzu-android/src/yuzu
Wollnashorn 16809c1fa7 video_core/vulkan: Added VkPipelineCache to store Vulkan pipelines
As an optional feature which can be enabled in the advanced graphics configuration, all pipelines that get built at the initial shader loading are stored in a VkPipelineCache object and are dumped to the disk.

These vendor specific pipeline cache files are located at `/shader/GAME_ID/vulkan_pipelines.bin`. This feature was mainly added because of an issue with the AMD driver (see yuzu-emu#8507) causing invalidation of the cache files the driver builds automatically.
2023-01-05 21:02:44 +01:00
..
applets applets/controller: Use aliases for callbacks 2022-12-05 19:06:04 -05:00
configuration video_core/vulkan: Added VkPipelineCache to store Vulkan pipelines 2023-01-05 21:02:44 +01:00
debugger TAS: Record sanitized instead of raw stick inputs 2023-01-01 22:39:18 +01:00
multiplayer Merge pull request #9289 from liamwhite/fruit-company 2022-12-03 12:09:21 -05:00
util qt: use main window as close overlay parent 2022-12-21 19:27:11 -05:00
about_dialog.cpp
about_dialog.h
aboutdialog.ui
bootmanager.cpp qt: exit properly on guest-initiated close 2022-12-21 19:55:01 -05:00
bootmanager.h qt: fix 'Pause' menu item (#9497) 2022-12-23 21:44:53 -05:00
CMakeLists.txt cmake: move find-modules to root cmake dir 2023-01-02 18:22:07 +01:00
compatdb.cpp Merge pull request #9229 from Docteh/achy_breaky_heart 2022-11-17 19:20:18 -05:00
compatdb.h yuzu/compatdb: Rework compatibility submission system 2022-11-10 21:36:22 +01:00
compatdb.ui yuzu/compatdb: Rework compatibility submission system 2022-11-10 21:36:22 +01:00
compatibility_list.cpp
compatibility_list.h
discord_impl.cpp
discord_impl.h
discord.h
game_list_p.h yuzu/compatdb: Rework compatibility submission system 2022-11-10 21:36:22 +01:00
game_list_worker.cpp
game_list_worker.h
game_list.cpp yuzu qt: Create shortcuts on Linux 2022-12-13 16:42:00 -05:00
game_list.h yuzu qt: Create shortcuts on Linux 2022-12-13 16:42:00 -05:00
hotkeys.cpp
hotkeys.h
Info.plist
install_dialog.cpp
install_dialog.h
loading_screen.cpp
loading_screen.h
loading_screen.ui
main.cpp qt: prevent reentrant shutdown 2022-12-24 17:31:34 -05:00
main.h qt: prevent reentrant shutdown 2022-12-24 17:31:34 -05:00
main.ui Qt: assign menuRole properties for actions 2022-11-23 12:41:56 -05:00
mini_dump.cpp mini_dump: Address review feedback 2022-09-04 21:36:35 -04:00
mini_dump.h mini_dump: Address review feedback 2022-09-04 21:36:35 -04:00
precompiled_headers.h CMake: Consolidate common PCH headers 2022-11-30 18:30:30 -05:00
startup_checks.cpp Use execlp instead of execl to avoid failure 2022-12-18 14:03:26 +00:00
startup_checks.h startup_checks: Use Windows flow for *nix 2022-11-23 21:35:47 -05:00
uisettings.cpp
uisettings.h yuzu qt: Create shortcuts on Linux 2022-12-13 16:42:00 -05:00
yuzu.qrc
yuzu.rc