summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Fix orientation errors and improve drift correctionGravatar german2020-08-272-14/+31
| * | | | | | | | | | | | | | Address commentsGravatar german2020-08-272-85/+65
| * | | | | | | | | | | | | | Implement a basic class for motion devicesGravatar german2020-08-274-0/+279
* | | | | | | | | | | | | | | Merge pull request #4382 from FearlessTobi/port-udp-configGravatar bunnei2020-09-0122-13/+1959
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Address second batch of reviewsGravatar FearlessTobi2020-08-309-30/+27
| * | | | | | | | | | | | | | | Reolve reorder warningGravatar FearlessTobi2020-08-292-3/+3
| * | | | | | | | | | | | | | | Address review comments and fix code compilationGravatar FearlessTobi2020-08-2913-155/+218
| * | | | | | | | | | | | | | | yuzu: Add motion and touch configurationGravatar FearlessTobi2020-08-2918-3/+1889
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #4588 from ReinUsesLisp/tsan-eventGravatar bunnei2020-08-311-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | common/thread: Fix data race in is_setGravatar ReinUsesLisp2020-08-261-4/+5
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #4589 from ReinUsesLisp/tsan-hostGravatar bunnei2020-08-311-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | hle/kernel: Fix data race in GetCurrentHostThreadIDGravatar ReinUsesLisp2020-08-261-1/+2
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #4461 from comex/thread-namesGravatar LC2020-08-312-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix thread naming on Linux, which limits names to 15 bytes.Gravatar comex2020-08-052-1/+13
* | | | | | | | | | | | | | | | vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_stateGravatar ReinUsesLisp2020-08-301-6/+9
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #4601 from lioncash/const3Gravatar bunnei2020-08-291-52/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | sdl_impl: Reduce allocations in GetButtonMappingForDevice()Gravatar Lioncash2020-08-281-31/+37
| * | | | | | | | | | | | | | | sdl_impl: Make use of std::move on std::string where applicableGravatar Lioncash2020-08-281-3/+3
| * | | | | | | | | | | | | | | sdl_impl: Make use of insert_or_assign() where applicableGravatar Lioncash2020-08-281-14/+18
| * | | | | | | | | | | | | | | sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() defau...Gravatar Lioncash2020-08-281-1/+1
| * | | | | | | | | | | | | | | sdl_impl: Simplify make_tuple callGravatar Lioncash2020-08-281-1/+1
| * | | | | | | | | | | | | | | sdl_impl: Mark FromEvent() as a const member functionGravatar Lioncash2020-08-281-2/+2
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #4605 from lioncash/copy3Gravatar bunnei2020-08-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | bootmanager: Prevent unnecessary copies in TouchUpdateEvent()Gravatar Lioncash2020-08-291-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #4604 from lioncash/lifetimeGravatar LC2020-08-294-7/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | yuzu/main: Amend lifetime issues with InputSubsystemGravatar Lioncash2020-08-294-7/+8
| |/ / / / / / / / / / / / /
* / / / / / / / / / / / / / yuzu/configuration: Fix index out of bounds for default_analogsGravatar Morph2020-08-293-12/+13
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #4600 from lioncash/prototypeGravatar LC2020-08-283-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | input_common/main: Remove unnecessary headersGravatar Lioncash2020-08-283-5/+11
| * | | | | | | | | | | | | input_common/main: Remove unimplemented prototypeGravatar Lioncash2020-08-281-3/+0
* | | | | | | | | | | | | | vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_stateGravatar ReinUsesLisp2020-08-281-1/+6
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #4544 from lioncash/input-subGravatar bunnei2020-08-2825-242/+396
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | input_common: Eliminate most global stateGravatar Lioncash2020-08-2725-242/+396
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4586 from yuzu-emu/tsan-cpu-interruptGravatar bunnei2020-08-282-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | cpu_interrupt_handler: Misc style changesGravatar ReinUsesLisp2020-08-262-5/+3
| * | | | | | | | | | | | cpu_interrupt_handler: Make is_interrupted an atomicGravatar ReinUsesLisp2020-08-262-2/+3
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4530 from Morph1984/mjolnir-p1Gravatar bunnei2020-08-2744-3191/+8385
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | input_common/main: Add "/Mouse" to the display nameGravatar Morph2020-08-261-1/+1
| * | | | | | | | | | | | configure_input_player: Fix modifier scale button mappingGravatar Morph2020-08-262-20/+19
| * | | | | | | | | | | | configuration/input: Add support for mouse button clicksGravatar Morph2020-08-265-11/+82
| * | | | | | | | | | | | controllers/npad: Fix inconsistencies with controller connection statusesGravatar Morph2020-08-261-1/+7
| * | | | | | | | | | | | controllers/npad: Fix LibNX controller connection statusesGravatar Morph2020-08-261-1/+9
| * | | | | | | | | | | | controllers/npad: Fix LedPattern for P1-4Gravatar Morph2020-08-261-3/+3
| * | | | | | | | | | | | input_common: Fix directional deadzone valuesGravatar Morph2020-08-262-2/+2
| * | | | | | | | | | | | Address feedbackGravatar Morph2020-08-2613-96/+77
| * | | | | | | | | | | | Project Mjölnir: Part 1Gravatar Morph2020-08-2643-3177/+8306
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4577 from lioncash/assertsGravatar bunnei2020-08-271-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | common/assert: Make use of C++ attribute syntaxGravatar Lioncash2020-08-241-3/+4
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4524 from lioncash/memory-logGravatar bunnei2020-08-271-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | shader/memory: Amend UNIMPLEMENTED_IF_MSG without a messageGravatar Lioncash2020-08-141-1/+2