summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | nfp: Eliminate two unnecessary copiesGravatar Lioncash2020-09-171-10/+13
| |/ / / / / /
* | | | | | | Merge pull request #4594 from german77/MotionHIDGravatar bunnei2020-09-176-19/+203
|\ \ \ \ \ \ \
| * | | | | | | configure_input: Hook up the motion button and checkboxGravatar Morph2020-09-052-1/+2
| * | | | | | | Add cemu hook changes related to PR #4609Gravatar german2020-09-041-2/+1
| * | | | | | | Remove RealMotionDeviceGravatar german2020-09-043-28/+16
| * | | | | | | controllers/npad: Simplify motion entry assignmentGravatar Morph2020-09-041-29/+18
| * | | | | | | Include HID and configuration changes related to motionGravatar german2020-09-045-15/+222
* | | | | | | | control_metadata: Resolve typo in Portuguese language nameGravatar Lioncash2020-09-171-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | 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-142-5/+8
* | | | | | | 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-111-72/+77
|\ \ \ \ \ \ \ \
| * | | | | | | | audio_core: Apollo Part 1, AudioRenderer refactorGravatar David Marcec2020-07-251-72/+77
* | | | | | | | | Merge pull request #4597 from Morph1984/mjolnir-p2Gravatar bunnei2020-09-109-131/+548
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | applets/controller: Resolve several compiler warningsGravatar Morph2020-09-041-1/+2
| * | | | | | | | Address feedbackGravatar Morph2020-09-043-0/+9
| * | | | | | | | applets/controller: Set min_players to have a minimum value of 1.Gravatar Morph2020-09-041-1/+1
| * | | | | | | | applets/controller: Modify heuristic to account for certain gamesGravatar Morph2020-09-041-7/+12
| * | | | | | | | applets/controller: Implement fallback applet for the SDL frontendGravatar Morph2020-09-043-90/+34
| * | | | | | | | applets/controller: Implement "Explain Text"Gravatar Morph2020-09-043-16/+29
| * | | | | | | | Project Mjölnir: Part 2 - Controller AppletGravatar Morph2020-09-049-42/+487
* | | | | | | | | Merge pull request #4633 from ReinUsesLisp/gpu-initGravatar Rodrigo Locatti2020-09-101-1/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | video_core: Remove all Core::System references in rendererGravatar ReinUsesLisp2020-09-061-1/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #4397 from ReinUsesLisp/bsdGravatar bunnei2020-09-0510-56/+1387
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | service/bsd: Handle Poll with no entries accuratelyGravatar ReinUsesLisp2020-07-281-0/+5
| * | | | | | | services/bsd: Implement most of bsd:sGravatar ReinUsesLisp2020-07-285-55/+911
| * | | | | | | service/sockets: Add worker pool abstractionGravatar ReinUsesLisp2020-07-281-0/+30
| * | | | | | | service/sockets: Add worker abstraction to execute blocking calls asynchronouslyGravatar ReinUsesLisp2020-07-282-0/+133
| * | | | | | | service/sockets: Add translate functionsGravatar ReinUsesLisp2020-07-283-0/+215