yuzu-android/src
lat9nq ca26fd0f42 vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux
The previous fix only partially solved the issue, as only certain GPUs that needed 9 or less MiB subtracted would work (i.e. GTX 980 Ti, GT 730). This takes from DXVK's example to divide `heap_size` by 2 to determine `allocable_size`. Additionally tested on my Quadro K4200, which previously required setting it to 12 to boot.
2020-09-25 17:42:59 -04:00
..
audio_core audio_core/command_generator: Use const references where applicable 2020-09-17 13:52:55 -04:00
common
core Merge pull request #4717 from lioncash/debug 2020-09-25 00:07:19 -04:00
input_common Add automap feature for GC adapter 2020-09-18 16:51:16 -05:00
tests
video_core vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux 2020-09-25 17:42:59 -04:00
web_service
yuzu Merge pull request #4701 from lioncash/unused-proto 2020-09-23 19:07:27 +00:00
yuzu_cmd renderer_opengl: Remove emulated mailbox presentation 2020-09-20 16:29:41 -03:00
yuzu_tester Merge pull request #4594 from german77/MotionHID 2020-09-17 12:39:01 -07:00
.clang-format
CMakeLists.txt