summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-05config: Support motion inputslat9nq
2022-02-03Merge pull request #7848 from Morph1984/unused-core-includeMai M
2022-02-03input_common: Remove unused core includeMorph
2022-02-03Merge pull request #7811 from german77/analog-modbunnei
2022-02-02Merge pull request #7814 from FernandoS27/another-bug-in-my-schedulebunnei
2022-02-02Merge pull request #7835 from bunnei/page-table-lockbunnei
2022-02-02Merge pull request #7838 from lioncash/noncopyMorph
2022-02-02Merge pull request #7834 from german77/repeatbunnei
2022-02-02common_types: Remove NonCopyable structLioncash
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2022-02-02Merge pull request #7806 from ameerj/atomic64-fallbacksbunnei
2022-02-02general: Move deleted copy/move constructor/assignment operators to public in...Lioncash
2022-02-01Merge pull request #7807 from german77/moar-buttonsbunnei
2022-02-01hle: kernel: KPageTable: Migrate locks to KScopedLightLock.bunnei
2022-02-01Merge pull request #7833 from lioncash/file-sysMorph
2022-02-01Merge pull request #7792 from german77/translatebunnei
2022-02-01configure_filesystem: Add missing changeEvent() overrideLioncash
2022-02-01configure_filesystem: Normalize member function casingLioncash
2022-02-01yuzu: Disable auto repeat on hotkeys againNarr the Reg
2022-02-01Merge pull request #7809 from Morph1984/clock-constantsbunnei
2022-02-01Merge pull request #7831 from lioncash/motionMorph
2022-02-01Merge pull request #7830 from lioncash/player-copyMorph
2022-02-01configure_motion_touch: Use functor versions of invokeMethodLioncash
2022-02-01configure_input_player: Eliminate variable shadowingLioncash
2022-02-01configure_input_player: std::move input setters in HandleClickLioncash
2022-02-01configure_input_player: Avoid unnecessary ParamPackage copiesLioncash
2022-02-01Merge pull request #7828 from lioncash/depMorph
2022-02-01Merge pull request #7827 from FernandoS27/dynamite-costume-with-the-wick-outsideMai M
2022-02-01yuzu/game_list: Use non-deprecated version of QString's split() functionLioncash
2022-02-01Update dynarmic.Fernando Sahmkow
2022-02-01Merge pull request #7825 from lioncash/nodisc2Morph
2022-02-01common/file: Remove [[nodiscard]] from Open()Lioncash
2022-02-01Merge pull request #7824 from lioncash/scacheMorph
2022-02-01video_core/shader_cache: Remove unused algorithm includeLioncash
2022-02-01video_core/shader_cache: Take std::span in RemoveShadersFromStorage()Lioncash
2022-01-31Merge pull request #7822 from zhaobot/tx-update-20220201021425Mai M
2022-02-01Update translations (2022-02-01)The yuzu Community
2022-01-31Merge pull request #7821 from german77/espada_agudabunnei
2022-01-31Merge pull request #7805 from FernandoS27/rodrigo-failed-mebunnei
2022-01-31svc: Add 32 bit SynchronizePreemptionStateNarr the Reg
2022-02-01Rasterizer: Refactor inlineToMemory.Fernando Sahmkow
2022-01-31Vulkan: Fix Scheduler Chunks when their FuncType is 0.Fernando Sahmkow
2022-01-30input_common: Use attributes for analog range modifiersgerman77
2022-01-30common: wall_clock: Check precision against the emulated CPU and CNTFRQMorph
2022-01-30common: wall_clock: Utilize constants for ms, us, and ns ratiosMorph
2022-01-30input_common: Add home and hard touch press buttons to UDP controllersgerman77
2022-01-29emit_glsl_atomic: Implement 32x2 fallback atomic opsameerj
2022-01-29lower_int64_to_int32: Add 64-bit atomic fallbacksameerj
2022-01-29shaders: Add U64->U32x2 Atomic fallback functionsameerj
2022-01-29GPU: Improve syncing.Fernando Sahmkow