| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | video_core: Enforce -Werror=switch | 2020-09-16 | 7 | -10/+59 | ||
| * | | | | | | | | | | | | file_sys/romfs_factory: Eliminate usage of the global system accessor | 2020-09-16 | 5 | -34/+49 | ||
| * | | | | | | | | | | | | file_sys/bis_factory: Eliminate usage of the global system accessor | 2020-09-16 | 5 | -11/+11 | ||
| * | | | | | | | | | | | | loader/nso: Remove unnecessary [[maybe_unused]] | 2020-09-16 | 1 | -2/+1 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | core/loader: Remove dependencies on the global system instance | 2020-09-16 | 20 | -45/+85 | ||
| * | | | | | | | | | | | Merge pull request #4658 from lioncash/copy3 | 2020-09-16 | 2 | -44/+43 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | nca_patch: Significantly reduce the stack usage size within SearchBucketEntry() | 2020-09-15 | 1 | -4/+4 | ||
| | * | | | | | | | | | | | nca_patch: Make SearchBucketEntry() internally linked | 2020-09-15 | 2 | -44/+43 | ||
| * | | | | | | | | | | | | cheat_engine: Convert ExtractName into a non-template function | 2020-09-15 | 1 | -19/+17 | ||
| * | | | | | | | | | | | | cheat_engine: Remove unnecessary system argument to CheatParser's Parse function | 2020-09-15 | 3 | -15/+9 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | patch_manager: Resolve implicit truncations in FormatTitleVersion() | 2020-09-14 | 1 | -3/+4 | ||
| * | | | | | | | | | | | patch_manager: Make use of type aliases | 2020-09-14 | 2 | -69/+79 | ||
| * | | | | | | | | | | | patch_manager: Make a few functions internally linked | 2020-09-14 | 2 | -15/+12 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | crypto/key_manager: Remove dependency on the global system accessor | 2020-09-14 | 3 | -7/+12 | ||
| * | | | | | | | | | | kernel: Remove all dependencies on the global system instance | 2020-09-14 | 5 | -11/+20 | ||
| * | | | | | | | | | | Merge pull request #4636 from lioncash/kernel-hle | 2020-09-14 | 3 | -7/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | service: Remove two usages of the global system accessor | 2020-09-07 | 3 | -7/+5 | ||
| * | | | | | | | | | | Merge pull request #4323 from ReinUsesLisp/no-spin | 2020-09-11 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | kernel/scheduler: Use std::mutex instead of spin lock | 2020-07-12 | 1 | -1/+1 | ||
| * | | | | | | | | | | | Merge pull request #4634 from lioncash/blocking | 2020-09-11 | 3 | -19/+19 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | bsd: Resolve unused value within SendToImpl | 2020-09-07 | 1 | -0/+1 | ||
| | * | | | | | | | | | | | bsd: Resolve sign comparison warnings | 2020-09-07 | 1 | -3/+3 | ||
| | * | | | | | | | | | | | sockets_translate: Make use of designated initializers | 2020-09-07 | 1 | -12/+12 | ||
| | * | | | | | | | | | | | blocking_worker: Make use of templated lambda | 2020-09-07 | 1 | -3/+2 | ||
| | * | | | | | | | | | | | blocking_worker: Resolve -Wdocumentation warning | 2020-09-07 | 1 | -1/+1 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4310 from ogniK5377/apollo-1-prod | 2020-09-11 | 27 | -719/+5048 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Preliminary effects | 2020-08-17 | 10 | -35/+731 | ||
| | * | | | | | | | | | | | Disable biquad filter | 2020-08-14 | 1 | -8/+9 | ||
| | * | | | | | | | | | | | Reworked ADPCM decoder to allow better streaming | 2020-08-14 | 2 | -33/+95 | ||
| | * | | | | | | | | | | | mix buffer depopping | 2020-08-01 | 2 | -30/+101 | ||
| | * | | | | | | | | | | | adpcm streaming | 2020-07-30 | 4 | -27/+32 | ||
| | * | | | | | | | | | | | Fix perf regression | 2020-07-25 | 1 | -1/+2 | ||
| | * | | | | | | | | | | | Fix stream channel count when outputting to stereo | 2020-07-25 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | Address issues | 2020-07-25 | 8 | -101/+104 | ||
| | * | | | | | | | | | | | Queue extra mix buffer | 2020-07-25 | 1 | -0/+1 | ||
| | * | | | | | | | | | | | Disable time stretcher for time being | 2020-07-25 | 2 | -6/+4 | ||
| | * | | | | | | | | | | | audio_core: Apollo Part 1, AudioRenderer refactor | 2020-07-25 | 26 | -713/+4204 | ||
| * | | | | | | | | | | | | Merge pull request #4597 from Morph1984/mjolnir-p2 | 2020-09-10 | 20 | -148/+4150 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | applets/controller: Resolve several compiler warnings | 2020-09-04 | 2 | -7/+8 | ||
| | * | | | | | | | | | | | | Address feedback | 2020-09-04 | 4 | -2/+12 | ||
| | * | | | | | | | | | | | | clang-format | 2020-09-04 | 2 | -2/+4 | ||
| | * | | | | | | | | | | | | applets/controller: Set min_players to have a minimum value of 1. | 2020-09-04 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | applets/controller: Modify heuristic to account for certain games | 2020-09-04 | 1 | -7/+12 | ||
| | * | | | | | | | | | | | | main: Apply settings after applet configuration is complete. | 2020-09-04 | 1 | -0/+4 | ||
| | * | | | | | | | | | | | | applets/controller: Implement fallback applet for the SDL frontend | 2020-09-04 | 3 | -90/+34 | ||
| | * | | | | | | | | | | | | applets/controller: Load configuration prior to setting up connections | 2020-09-04 | 2 | -23/+29 | ||
| | * | | | | | | | | | | | | applets/controller: Make 8 a static constexpr value of NUM_PLAYERS | 2020-09-04 | 2 | -15/+22 | ||
| | * | | | | | | | | | | | | applets/controller: Implement "Explain Text" | 2020-09-04 | 6 | -25/+304 | ||
| | * | | | | | | | | | | | | Project Mjölnir: Part 2 - Controller Applet | 2020-09-04 | 20 | -59/+3803 | ||
| * | | | | | | | | | | | | | Merge pull request #4608 from lioncash/sign3 | 2020-09-10 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||