summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Disable time stretcher for time beingGravatar David Marcec2020-07-252-6/+4
| * | | audio_core: Apollo Part 1, AudioRenderer refactorGravatar David Marcec2020-07-2526-713/+4204
* | | | Merge pull request #4597 from Morph1984/mjolnir-p2Gravatar bunnei2020-09-1020-148/+4150
|\ \ \ \
| * | | | applets/controller: Resolve several compiler warningsGravatar Morph2020-09-042-7/+8
| * | | | Address feedbackGravatar Morph2020-09-044-2/+12
| * | | | clang-formatGravatar Morph2020-09-042-2/+4
| * | | | 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
| * | | | main: Apply settings after applet configuration is complete.Gravatar Morph2020-09-041-0/+4
| * | | | applets/controller: Implement fallback applet for the SDL frontendGravatar Morph2020-09-043-90/+34
| * | | | applets/controller: Load configuration prior to setting up connectionsGravatar Morph2020-09-042-23/+29
| * | | | applets/controller: Make 8 a static constexpr value of NUM_PLAYERSGravatar Morph2020-09-042-15/+22
| * | | | applets/controller: Implement "Explain Text"Gravatar Morph2020-09-046-25/+304
| * | | | Project Mjölnir: Part 2 - Controller AppletGravatar Morph2020-09-0420-59/+3803
* | | | | Merge pull request #4608 from lioncash/sign3Gravatar bunnei2020-09-101-2/+2
|\ \ \ \ \
| * | | | | configure_input_player: Resolve sign conversion warnings in UpdateMappingWith...Gravatar Lioncash2020-08-291-2/+2
* | | | | | Merge pull request #4633 from ReinUsesLisp/gpu-initGravatar Rodrigo Locatti2020-09-1053-633/+573
|\ \ \ \ \ \
| * | | | | | video_core: Remove all Core::System references in rendererGravatar ReinUsesLisp2020-09-0653-633/+573
| | |/ / / / | |/| | | |
* | | | | | gc_adapter: Make DeviceConnected() a const member functionGravatar Lioncash2020-09-073-9/+9
| |_|_|/ / |/| | | |