summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader/registry: Remove unnecessary namespace qualifiersGravatar Lioncash2020-09-231-5/+3
* shader/registry: Make use of designated initializers where applicableGravatar Lioncash2020-09-231-17/+19
* General: Make use of std::nullopt where applicableGravatar Lioncash2020-09-2217-59/+60
* ips_layer: Eliminate a redundant copy in Parse()Gravatar Lioncash2020-09-221-2/+4
* Merge pull request #4675 from Morph1984/fix-boot-multicontentGravatar bunnei2020-09-211-5/+5
|\
| * submission_package: Account for multi-content NSPsGravatar Morph2020-09-171-5/+5
* | Merge pull request #4692 from ReinUsesLisp/remove-vsyncGravatar Rodrigo Locatti2020-09-2113-360/+35
|\ \
| * | renderer_opengl: Remove emulated mailbox presentationGravatar ReinUsesLisp2020-09-2013-360/+35
* | | Merge pull request #4683 from Morph1984/NpadHandheldActivationMode-implGravatar bunnei2020-09-203-5/+28
|\ \ \ | |/ / |/| |
| * | hid: Implement Get/SetNpadHandheldActivationModeGravatar Morph2020-09-183-5/+28
| |/
* | Merge pull request #4643 from FearlessTobi/decrease-pad-update-intervalGravatar bunnei2020-09-191-1/+1
|\ \
| * | Test: Decrease pad_update_nsGravatar FearlessTobi2020-09-101-1/+1
* | | fermi_2d: Make use of designated initializersGravatar Lioncash2020-09-182-8/+8
* | | configure_input_player: Fixes motion mapping using ConfigureButtonClickGravatar Morph2020-09-181-5/+8
* | | Merge pull request #4647 from Morph1984/readd-context-menuGravatar bunnei2020-09-172-31/+66
|\ \ \
| * | | configure_input_player: Re-add "Clear" context menu optionGravatar Morph2020-09-172-31/+66
* | | | am: Stub GetPreviousProgramIndexGravatar Morph2020-09-172-1/+11
|/ / /
* | | Merge pull request #4670 from lioncash/initializerGravatar Rodrigo Locatti2020-09-171-2/+2
|\ \ \
| * | | arm_dynarmic_cp15: Initialize member variablesGravatar Lioncash2020-09-171-2/+2
* | | | Merge pull request #4665 from lioncash/sm-kernelGravatar Rodrigo Locatti2020-09-173-9/+11
|\ \ \ \
| * | | | service/sm: Slightly more efficient string name validationGravatar Lioncash2020-09-171-2/+2
| * | | | service/sm: Eliminate dependency on the global system instanceGravatar Lioncash2020-09-173-7/+9
| |/ / /
* | | | Merge pull request #4666 from lioncash/unused-funcGravatar Rodrigo Locatti2020-09-171-22/+0
|\ \ \ \
| * | | | service: Remove unused funcationGravatar Lioncash2020-09-171-22/+0
| |/ / /
* | | | Merge pull request #4671 from lioncash/nfp-copyGravatar Rodrigo Locatti2020-09-172-21/+25
|\ \ \ \
| * | | | audio_core/command_generator: Use const references where applicableGravatar Lioncash2020-09-171-10/+11
| * | | | audio_core/command_generator: Avoid an unnecessary copy in GenerateFinalMixCo...Gravatar Lioncash2020-09-171-1/+1
| * | | | nfp: Eliminate two unnecessary copiesGravatar Lioncash2020-09-171-10/+13
| |/ / /
* | | | Merge pull request #4672 from lioncash/narrowingGravatar Rodrigo Locatti2020-09-171-1/+1
|\ \ \ \
| * | | | decoder/texture: Eliminate narrowing conversion in GetTldCode()Gravatar Lioncash2020-09-171-1/+1
| |/ / /
* | | | Merge pull request #4673 from lioncash/fallthroughGravatar Rodrigo Locatti2020-09-171-0/+1
|\ \ \ \
| * | | | decode/image: Eliminate switch fallthrough in DecodeImage()Gravatar Lioncash2020-09-171-0/+1
| |/ / /
* | | | Merge pull request #4594 from german77/MotionHIDGravatar bunnei2020-09-1723-159/+943
|\ \ \ \
| * | | | configure_input: Hook up the motion button and checkboxGravatar Morph2020-09-057-7/+19
| * | | | Minor cleanupGravatar german2020-09-051-19/+16
| * | | | Add cemu hook changes related to PR #4609Gravatar german2020-09-048-139/+449
| * | | | Remove RealMotionDeviceGravatar german2020-09-047-35/+41
| * | | | configure_input_player: Show/hide motion buttons based on the controllerGravatar Morph2020-09-043-103/+141
| * | | | controllers/npad: Simplify motion entry assignmentGravatar Morph2020-09-041-29/+18
| * | | | Include HID and configuration changes related to motionGravatar german2020-09-0413-16/+448
* | | | | control_metadata: Resolve typo in Portuguese language nameGravatar Lioncash2020-09-171-1/+1
| |/ / / |/| | |
* | | | Merge pull request #4653 from ReinUsesLisp/gc-warnsGravatar bunnei2020-09-161-0/+9
|\ \ \ \
| * | | | gc_adapter: Disable MSVC nonstandard extension warning on libusb.hGravatar ReinUsesLisp2020-09-141-0/+9
* | | | | Merge pull request #4663 from ReinUsesLisp/wswitchGravatar bunnei2020-09-167-10/+59
|\ \ \ \ \
| * | | | | video_core: Enforce -Werror=switchGravatar ReinUsesLisp2020-09-167-10/+59
* | | | | | file_sys/romfs_factory: Eliminate usage of the global system accessorGravatar Lioncash2020-09-165-34/+49
* | | | | | file_sys/bis_factory: Eliminate usage of the global system accessorGravatar Lioncash2020-09-165-11/+11
* | | | | | loader/nso: Remove unnecessary [[maybe_unused]]Gravatar Lioncash2020-09-161-2/+1
|/ / / / /
* | | | | core/loader: Remove dependencies on the global system instanceGravatar Lioncash2020-09-1620-45/+85
* | | | | Merge pull request #4658 from lioncash/copy3Gravatar Rodrigo Locatti2020-09-162-44/+43
|\ \ \ \ \