summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()Gravatar Lioncash2020-09-151-4/+4
| * | | | | | | | | | | nca_patch: Make SearchBucketEntry() internally linkedGravatar Lioncash2020-09-152-44/+43
* | | | | | | | | | | | cheat_engine: Convert ExtractName into a non-template functionGravatar Lioncash2020-09-151-19/+17
* | | | | | | | | | | | cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionGravatar Lioncash2020-09-153-15/+9
|/ / / / / / / / / / /
* | | | | | | | | | | patch_manager: Resolve implicit truncations in FormatTitleVersion()Gravatar Lioncash2020-09-141-3/+4
* | | | | | | | | | | patch_manager: Make use of type aliasesGravatar Lioncash2020-09-142-69/+79
* | | | | | | | | | | patch_manager: Make a few functions internally linkedGravatar Lioncash2020-09-142-15/+12
|/ / / / / / / / / /
* | | | | | | | | | crypto/key_manager: Remove dependency on the global system accessorGravatar Lioncash2020-09-143-7/+12
* | | | | | | | | | kernel: Remove all dependencies on the global system instanceGravatar Lioncash2020-09-145-11/+20
* | | | | | | | | | Merge pull request #4636 from lioncash/kernel-hleGravatar bunnei2020-09-143-7/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | service: Remove two usages of the global system accessorGravatar Lioncash2020-09-073-7/+5
* | | | | | | | | | Merge pull request #4323 from ReinUsesLisp/no-spinGravatar bunnei2020-09-111-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kernel/scheduler: Use std::mutex instead of spin lockGravatar ReinUsesLisp2020-07-121-1/+1
* | | | | | | | | | | Merge pull request #4634 from lioncash/blockingGravatar bunnei2020-09-113-19/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bsd: Resolve unused value within SendToImplGravatar Lioncash2020-09-071-0/+1
| * | | | | | | | | | | bsd: Resolve sign comparison warningsGravatar Lioncash2020-09-071-3/+3
| * | | | | | | | | | | sockets_translate: Make use of designated initializersGravatar Lioncash2020-09-071-12/+12
| * | | | | | | | | | | blocking_worker: Make use of templated lambdaGravatar Lioncash2020-09-071-3/+2
| * | | | | | | | | | | blocking_worker: Resolve -Wdocumentation warningGravatar Lioncash2020-09-071-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4310 from ogniK5377/apollo-1-prodGravatar bunnei2020-09-1127-719/+5048
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Preliminary effectsGravatar David Marcec2020-08-1710-35/+731
| * | | | | | | | | | | Disable biquad filterGravatar David Marcec2020-08-141-8/+9
| * | | | | | | | | | | Reworked ADPCM decoder to allow better streamingGravatar David Marcec2020-08-142-33/+95
| * | | | | | | | | | | mix buffer depoppingGravatar David Marcec2020-08-012-30/+101
| * | | | | | | | | | | adpcm streamingGravatar David Marcec2020-07-304-27/+32
| * | | | | | | | | | | Fix perf regressionGravatar David Marcec2020-07-251-1/+2
| * | | | | | | | | | | Fix stream channel count when outputting to stereoGravatar David Marcec2020-07-251-1/+1
| * | | | | | | | | | | Address issuesGravatar David Marcec2020-07-258-101/+104
| * | | | | | | | | | | Queue extra mix bufferGravatar David Marcec2020-07-251-0/+1