suyu/src
Morph be660e7749 maxwell_to_vk: Reorder filter cases and correct mipmap_filter=None
maxwell_to_vk: Reorder filtering modes to start with None, then Nearest, then Linear.
maxwell_to_vk: Logs filter modes under UNREACHABLE_MSG instead of UNIMPLEMENTED_MSG, since any unknown filter modes are invalid and not unimplemented.
maxwell_to_vk: Return VK_SAMPLER_MIPMAP_MODE_NEAREST instead of VK_SAMPLER_MIPMAP_MODE_LINEAR when mipmap_filter is None with the description from the VkSamplerCreateInfo(3) man page.
2020-06-18 04:56:31 -04:00
..
audio_core fix logic error & scale sample volume based on voice volume 2020-05-11 12:56:15 -04:00
common Merge pull request #4086 from MerryMage/abi 2020-06-17 11:20:52 -04:00
core arm_dynarmic_cp15: Implement CNTPCT 2020-06-17 17:10:24 +01:00
input_common input_common: fix build when SDL2 is disabled 2020-05-02 21:47:17 +02:00
tests Merge pull request #3697 from lioncash/declarations 2020-04-23 02:18:52 -04:00
video_core maxwell_to_vk: Reorder filter cases and correct mipmap_filter=None 2020-06-18 04:56:31 -04:00
web_service Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
yuzu Merge pull request #4041 from ReinUsesLisp/arb-decomp 2020-06-16 14:56:23 -04:00
yuzu_cmd Merge pull request #3966 from Morph1984/hide-internal-resolution-ui 2020-06-16 14:12:17 -04:00
yuzu_tester yuzu/frontend: Remove internal resolution option 2020-06-06 15:56:14 -04:00
.clang-format
CMakeLists.txt CMakeLists: Make missing declarations a compile-time error 2020-04-16 23:43:41 -04:00