summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-02-08buffer_base: Partially revert changes from #9559ameerj
This fixes a regression where Yoshi's Crafted World (and potentially other titles) would enter an infinite loop when GPU Accuracy was set to "Normal"
2023-02-08Merge pull request #9747 from german77/SetSupportedNpadIdTypesliamwhite
service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
2023-02-07service: hid: Return error if arguments of SetSupportedNpadIdType is invalidNarr the Reg
2023-02-07Merge pull request #9739 from liamwhite/old-gcc-fixMai
kernel: fix compilation with older gcc
2023-02-06Merge pull request #4949 from Morph1984/hidpi-temp-fixliamwhite
main: Enable High DPI fixes for Qt >= 5.14
2023-02-06Merge pull request #9644 from SaiKai/volume_quicksettingbunnei
add volume quicksetting with volume slider
2023-02-06kernel: fix compilation with older gccLiam
2023-02-06Update yuzu_cmd's default_ini.hMatías Locatti
Rename FSR, add missing resolution multipliers, and SMAA
2023-02-04kernel/svc: Split implementations into separate filesLiam
2023-02-04Merge pull request #9720 from SoRadGaming/discordPresenceUpdatebunnei
Game Image with Discord RPC
2023-02-05Add Game Icon for Discord RPCSorab
Connected to Yuzu Compatibility Page
2023-02-04Merge pull request #9730 from german77/cmd_argliamwhite
yuzu_cmd: Order arguments alphabetically and port arguments from Qt
2023-02-04Merge pull request #9729 from german77/sdl_inputliamwhite
yuzu_cmd: Fix touch and controller input
2023-02-04yuzu_cmd: Order arguments alphabetically and port arguments from Qtgerman77
2023-02-04yuzu_cmd: Fix mismatching controller inputgerman77
2023-02-04yuzu_cmd: Fix touch inputgerman77
2023-02-04shader_recompiler/value.h: Remove lingering references to S32ameerj
2023-02-03Merge pull request #9717 from german77/less_is_betterbunnei
input_common: Simplify stick from button
2023-02-04remove disambiguation argument from mute textJonas Gutenschwager
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2023-02-03fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
2023-02-02Merge pull request #9713 from unfamiliarplace/masterMai
Added 'Hide empty rooms' toggle to lobby
2023-02-02Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-spanbunnei
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
2023-02-02Merge pull request #9704 from liamwhite/dasbunnei
kernel: add KDeviceAddressSpace
2023-02-02added 'Hide empty rooms' toggle to lobbyLuke Sawczak
fixed typo fixed typo fixed typo clang
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵liamwhite
ReadBuffer"
2023-02-02input_common: Simplify stick from buttonNarr the Reg
2023-02-01Merge pull request #9708 from ameerj/gl-context-flushliamwhite
gl_shader_cache: Force context flush when loading disk shader cache
2023-02-01Merge pull request #9703 from ameerj/txq-msliamwhite
shaders: Fix TXQ with MSAA textures
2023-02-01kernel: add KDeviceAddressSpaceLiam
2023-02-01Merge pull request #9696 from german77/please_forgive_me_for_this_sinbunnei
input_common: Implement turbo buttons
2023-02-01yuzu: config: Draw turbo buttons with a different colorgerman77
2023-02-01input_common: Implement turbo buttonsgerman77
2023-01-31Merge pull request #9697 from liamwhite/kcapbunnei
kernel: add KCapabilities
2023-01-30Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
2023-01-30Merge pull request #9701 from german77/common_protocolliamwhite
input_common: joycon: Remove Magic numbers from common protocol
2023-01-30Merge pull request #9631 from vonchenplus/vulkan_clearliamwhite
video_core: Implement vulkan clear specified channel
2023-01-29kernel: add KCapabilitiesLiam
2023-01-29gl_compute_pipeline: Force context flush when loading shader cacheameerj
2023-01-29input_common: joycon: Remove Magic numbers from common protocolNarr the Reg
2023-01-29gl_graphics_pipeline: Force context flush when loading shader cacheameerj
2023-01-29input_common: joycon: Fill missing enum dataNarr the Reg
2023-01-29Move to Clang Format 15Levi Behunin
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
2023-01-29spirv: Fix TXQ with MSAA texturesameerj
2023-01-29emit_glasm_image: Fix TXQ with MSAA texturesameerj
2023-01-29emit_glsl_image: Implement TXQ with MSAA texturesameerj
Also fixes for texture buffers, which do not have mips eithers.
2023-01-29Merge pull request #9699 from ameerj/texture-pass-descliamwhite
texture_pass: Fix texture descriptors comparisons
2023-01-29Merge pull request #9698 from ameerj/texture-pass-handleliamwhite
texture_pass: Refactor texture handle retrieval
2023-01-29Merge pull request #9694 from ameerj/txq-mipsliamwhite
shader_recompiler: TXQ: Skip QueryLevels when possible
2023-01-29Merge pull request #9684 from liamwhite/read-the-specliamwhite
polyfill_thread: satisfy execution ordering requirements of stop_callback