- 25 Jan, 2021 2 commits
-
-
bunnei authored
vk_graphics_pipeline: Fix narrowing conversion on MSVC
-
ReinUsesLisp authored
-
- 24 Jan, 2021 15 commits
-
-
LC authored
video_core: Silence the remaining gcc warnings and enforce them
-
Rodrigo Locatti authored
vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfo
-
bunnei authored
vfs_real: When moving files or directories, don't assume file opening will succeed
-
ReinUsesLisp authored
Vulkan 1.0 didn't support creating sRGB image views on an ABGR8 VkImage with storage usage bits. VK_KHR_maintenance2 addressed this allowing to reduce the usage bits on a VkImageView. To allow image store on non-sRGB image views when the VkImage is created with sRGB, always create VkImages without sRGB and add the sRGB format on the view.
-
LC authored
vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNA
-
ReinUsesLisp authored
It seems to be safe to use this on new drivers.
-
ReinUsesLisp authored
-
bunnei authored
vk_pipeline_cache: Properly bypass VertexA shaders
-
LC authored
host_shaders/cmake: Pass --quiet to glslang to keep it quiet
-
ReinUsesLisp authored
Silences noisy builds on toolchains.
-
ReinUsesLisp authored
-
bunnei authored
hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 23 Jan, 2021 11 commits
-
-
comex authored
Found this via a warning, but it's a substantive fix. Since this is only for a cache, it should be safe to silently drop the entry if opening fails. I think.
-
Levi Behunin authored
-
LC authored
sdl_impl: Set the maximum vibration duration to 1 second
-
Morph authored
-
LC authored
nsight_aftermath_tracker: Fix build issues when enabled
-
ReinUsesLisp authored
Fix "message(ERROR ..." to "message(FATAL_ERROR ..." to properly stop cmake when Nsight Aftermath can't be configured.
-
ReinUsesLisp authored
Fixes a bunch of build errors when Nsight Aftermath is properly enabled.
-
bunnei authored
lbl: Implement most of lbl
-
ReinUsesLisp authored
The VertexA stage is not yet implemented, but Vulkan is adding its descriptors, causing a discrepancy in the pushed descriptors and the template. This generally ends up in a driver side crash. Bypass the VertexA stage for now.
-
bunnei authored
Start of Integer flags implementation
-
bunnei authored
acc: Stub StoreSaveDataThumbnail
-
- 22 Jan, 2021 1 commit
-
-
bunnei authored
Bump conan SDL2 version to 2.0.14
-
- 21 Jan, 2021 8 commits
-
-
bunnei authored
-
bunnei authored
bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64
-
Valeri authored
Update conan package version used for building. A couple of new joystick-related functions might pose interest to yuzu's input system. Some sort of LED management have been added, but it doesn't seem to support leds used for player number indication JoyCons/ProCons use.
-
Lioncash authored
We can use the standardized CLZ facilities to perform this. This also allows us to make utilizing functions constexpr and eliminate the inclusion of an intrinsics header.
-
bunnei authored
HID: Add multitouch support
-
bunnei authored
vk_shader_decompiler: Show comments as OpUndef with a type
-
bunnei authored
- Used by Monster Hunter Rise demo.
-
bunnei authored
Fix player 1 turning on handheld and not updating handheld settings
-
- 20 Jan, 2021 1 commit
-
-
Chloe Marcec authored
Pretty basic service, only thing left to do is handle setting applying once set:sys is implemented
-
- 19 Jan, 2021 2 commits
-
-
bunnei authored
Port citra-emu/citra#5344: "game_list: Fix folder reordering"
-
Chloe Marcec authored
Fixes ACA NEOGEO METAL SLUG hanging on boot.
-