summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7811 from german77/analog-modGravatar bunnei2022-02-031-4/+26
|\
| * input_common: Use attributes for analog range modifiersGravatar german772022-01-301-4/+26
* | Merge pull request #7814 from FernandoS27/another-bug-in-my-scheduleGravatar bunnei2022-02-022-4/+6
|\ \
| * | Vulkan: Fix Scheduler Chunks when their FuncType is 0.Gravatar Fernando Sahmkow2022-01-312-4/+6
| |/
* | Merge pull request #7835 from bunnei/page-table-lockGravatar bunnei2022-02-022-34/+46
|\ \
| * | hle: kernel: KPageTable: Migrate locks to KScopedLightLock.Gravatar bunnei2022-02-012-34/+46
* | | Merge pull request #7838 from lioncash/noncopyGravatar Morph2022-02-0220-150/+228
|\ \ \
| * | | common_types: Remove NonCopyable structGravatar Lioncash2022-02-021-10/+0
| * | | general: Replace NonCopyable struct with equivalentsGravatar Lioncash2022-02-0212-129/+219
| * | | general: Move deleted copy/move constructor/assignment operators to public in...Gravatar Lioncash2022-02-027-11/+9
* | | | Merge pull request #7834 from german77/repeatGravatar bunnei2022-02-021-0/+1
|\ \ \ \
| * | | | yuzu: Disable auto repeat on hotkeys againGravatar Narr the Reg2022-02-011-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #7806 from ameerj/atomic64-fallbacksGravatar bunnei2022-02-0211-3/+582
|\ \ \ \ | |_|/ / |/| | |
| * | | emit_glsl_atomic: Implement 32x2 fallback atomic opsGravatar ameerj2022-01-291-9/+55
| * | | lower_int64_to_int32: Add 64-bit atomic fallbacksGravatar ameerj2022-01-293-11/+76
| * | | shaders: Add U64->U32x2 Atomic fallback functionsGravatar ameerj2022-01-299-1/+469
| |/ /
* | | Merge pull request #7807 from german77/moar-buttonsGravatar bunnei2022-02-014-3/+22
|\ \ \
| * | | input_common: Add home and hard touch press buttons to UDP controllersGravatar german772022-01-304-3/+22
| |/ /
* | | Merge pull request #7833 from lioncash/file-sysGravatar Morph2022-02-013-8/+18
|\ \ \
| * | | configure_filesystem: Add missing changeEvent() overrideGravatar Lioncash2022-02-012-0/+10
| * | | configure_filesystem: Normalize member function casingGravatar Lioncash2022-02-013-8/+8
| | |/ | |/|
* | | Merge pull request #7792 from german77/translateGravatar bunnei2022-02-011-16/+16
|\ \ \ | |/ / |/| |
| * | hotkeys: Don't translate hotkey buttonsGravatar german772022-01-271-16/+16
* | | Merge pull request #7809 from Morph1984/clock-constantsGravatar bunnei2022-02-013-11/+19
|\ \ \
| * | | common: wall_clock: Check precision against the emulated CPU and CNTFRQGravatar Morph2022-01-302-8/+12
| * | | common: wall_clock: Utilize constants for ms, us, and ns ratiosGravatar Morph2022-01-303-5/+9
| | |/ | |/|
* | | Merge pull request #7831 from lioncash/motionGravatar Morph2022-02-011-18/+20
|\ \ \
| * | | configure_motion_touch: Use functor versions of invokeMethodGravatar Lioncash2022-02-011-18/+20
* | | | configure_input_player: Eliminate variable shadowingGravatar Lioncash2022-02-011-4/+5
* | | | configure_input_player: std::move input setters in HandleClickGravatar Lioncash2022-02-011-1/+1
* | | | configure_input_player: Avoid unnecessary ParamPackage copiesGravatar Lioncash2022-02-011-6/+6
|/ / /
* | | yuzu/game_list: Use non-deprecated version of QString's split() functionGravatar Lioncash2022-02-011-1/+1
* | | Merge pull request #7825 from lioncash/nodisc2Gravatar Morph2022-02-011-3/+2
|\ \ \
| * | | common/file: Remove [[nodiscard]] from Open()Gravatar Lioncash2022-02-011-3/+2
| |/ /
* | | Merge pull request #7824 from lioncash/scacheGravatar Morph2022-02-012-4/+3
|\ \ \
| * | | video_core/shader_cache: Remove unused algorithm includeGravatar Lioncash2022-02-011-1/+0
| * | | video_core/shader_cache: Take std::span in RemoveShadersFromStorage()Gravatar Lioncash2022-02-012-3/+3
| |/ /
* | | Merge pull request #7821 from german77/espada_agudaGravatar bunnei2022-01-311-1/+1
|\ \ \
| * | | svc: Add 32 bit SynchronizePreemptionStateGravatar Narr the Reg2022-01-311-1/+1
| |/ /
* | | Rasterizer: Refactor inlineToMemory.Gravatar Fernando Sahmkow2022-02-019-15/+16
* | | GPU: Improve syncing.Gravatar Fernando Sahmkow2022-01-291-3/+10
* | | Rasterizer: Implement Inline2Memory Acceleration.Gravatar Fernando Sahmkow2022-01-2914-6/+122
* | | Inline2Memory: Flush before writting buffer.Gravatar Fernando Sahmkow2022-01-292-2/+3
|/ /
* | Merge pull request #7791 from german77/wall_clockGravatar Morph2022-01-281-1/+3
|\ \
| * | wall_clock: use standard wall clock if rtsc frequency is too lowGravatar german772022-01-271-1/+3
| |/
* | spirv_atomic: Define U32x2 storage buffers for 64-bit storage atomicsGravatar ameerj2022-01-282-3/+3
* | Merge pull request #7784 from german77/ds5Gravatar Morph2022-01-281-2/+3
|\ \
| * | input_common: Add DS5 to HD rumble listGravatar Narr the Reg2022-01-261-2/+3
* | | Merge pull request #7787 from bunnei/scheduler-deadlock-fixGravatar Morph2022-01-282-23/+24
|\ \ \
| * | | hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock tha...Gravatar bunnei2022-01-272-23/+24