suyu/src
ReinUsesLisp 8beca060d1 vk_device: Abstract device handling into a class
VKDevice contains all the data required to manage and initialize a
physical device. Its intention is to be passed across Vulkan objects to
query device-specific data (for example the logical device and the
dispatch loader).
2019-02-12 21:43:02 -03:00
..
audio_core dsp_interface: fix sound being played while volume is 0 2019-01-26 22:42:09 +01:00
common logging: Add Vulkan backend logging class type 2019-02-12 18:33:02 -03:00
core nvdisp_disp0: change drawing message log level from Warning to Trace 2019-02-08 19:26:49 +01:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core vk_device: Abstract device handling into a class 2019-02-12 21:43:02 -03:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu loading_screen: Unchunk progress bar 2019-02-06 22:23:40 -03:00
yuzu_cmd gl_shader_cache: Link loading screen with disk shader cache load 2019-02-06 22:23:40 -03:00
.clang-format
CMakeLists.txt