yuzu-android/src
ReinUsesLisp f687392e6f vk_device: Stop initialization when device is not suitable
VKDevice::IsSuitable was not being called. To address this issue, check
suitability before initialization and throw an exception if it fails.

By doing this, we can deduplicate some code on queue searches.
Previosuly we would first search if a present and graphics queue
existed, then on initialization we would search again to find the index.
2020-12-31 02:07:33 -03:00
..
audio_core Update cubeb and request a persistent stream session 2020-12-05 22:26:41 +01:00
common k_priority_queue: Fix concepts use 2020-12-29 14:33:41 -05:00
core service/pcie: Fix invalid initialization argument 2020-12-30 02:58:38 -03:00
input_common Merge pull request #5236 from gal20/udp_client_patch 2020-12-29 02:51:40 -08:00
tests hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 2020-12-06 00:03:24 -08:00
video_core vk_device: Stop initialization when device is not suitable 2020-12-31 02:07:33 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Allow to invert analog axis with right click 2020-12-26 17:46:14 -06:00
yuzu_cmd cmake: Always enable Vulkan 2020-12-24 21:07:24 -03:00
yuzu_tester yuzu: Remove gdbstub configuration 2020-12-19 19:19:42 +01:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt cmake: Enforce -Wuninitialized 2020-12-30 02:58:58 -03:00