summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #4652 from lioncash/cryptoGravatar Rodrigo Locatti2020-09-143-7/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | crypto/key_manager: Remove dependency on the global system accessorGravatar Lioncash2020-09-143-7/+12
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4651 from lioncash/kernel-globalGravatar Rodrigo Locatti2020-09-145-11/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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 #4645 from v1993/lgtm-less-packagesGravatar bunnei2020-09-111-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove bad and useless packages from LGTM buildGravatar Valeri2020-09-111-3/+0
* | | | | | | | | | | | | Merge pull request #4638 from Morph1984/qt-5.12.8Gravatar bunnei2020-09-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cmake: Update to Qt 5.12.8Gravatar Morph2020-09-091-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-1056-222/+4852
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Resolve spacing inconsistencies in style.qrc/qss filesGravatar Morph2020-09-046-109/+109
| * | | | | | | | | | | | 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-0454-143/+4515
* | | | | | | | | | | | | 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
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4635 from lioncash/gc-adapGravatar bunnei2020-09-093-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | gc_adapter: Make DeviceConnected() a const member functionGravatar Lioncash2020-09-073-9/+9
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4606 from lioncash/constexprGravatar bunnei2020-09-061-14/+18
|\ \ \ \ \ \ \ \ \ \ \ \