| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | Merge pull request #4337 from lat9nq/fix-per-game-async | 2020-07-16 | 3 | -0/+10 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | clang-format | 2020-07-14 | 1 | -2/+1 | ||
| | * | | | | | | | | | | | | | | settings: Move settings sanitization to its own function | 2020-07-14 | 4 | -4/+11 | ||
| | * | | | | | | | | | | | | | | main: Set async gpu properly after loading per-game setting | 2020-07-14 | 1 | -0/+4 | ||
| * | | | | | | | | | | | | | | | Merge pull request #4297 from FearlessTobi/skip-profile-select | 2020-07-16 | 1 | -9/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | main/profile_select: Don't prompt for profile selection when only one is avai... | 2020-07-11 | 1 | -9/+13 | ||
| | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #4346 from lioncash/thread | 2020-07-16 | 7 | -35/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | kernel/process: Move name and system context to the bottom of the member list | 2020-07-15 | 1 | -6/+6 | ||
| | * | | | | | | | | | | | | | | kernel/handle_table: Remove usages of the global system instance | 2020-07-15 | 4 | -8/+15 | ||
| | * | | | | | | | | | | | | | | kernel/thread: Remove global GetCurrentThread() | 2020-07-15 | 3 | -23/+7 | ||
| | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #4249 from Morph1984/delete-update-aoc-on-overwrite | 2020-07-16 | 3 | -12/+94 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Check for empty section0 and CNMT prior to install | 2020-07-16 | 1 | -3/+19 | ||
| | * | | | | | | | | | | | | | clang format | 2020-07-15 | 1 | -3/+3 | ||
| | * | | | | | | | | | | | | | Use proper install result when overwriting files | 2020-07-15 | 2 | -3/+3 | ||
| | * | | | | | | | | | | | | | Remove global system instance and address feedback | 2020-07-15 | 2 | -14/+10 | ||
| | * | | | | | | | | | | | | | registered_cache: Remove previous update/dlc if it exists on install | 2020-07-15 | 2 | -13/+83 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #4328 from lioncash/unused-var3 | 2020-07-15 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | memory_layout: Remove unused data member | 2020-07-13 | 1 | -2/+0 | ||
| | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4342 from lioncash/endian | 2020-07-14 | 1 | -42/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | common/swap: Make use of std::endian | 2020-07-14 | 1 | -42/+4 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #4242 from ReinUsesLisp/maxwell-dma | 2020-07-14 | 6 | -359/+468 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes | 2020-07-10 | 5 | -84/+125 | ||
| | * | | | | | | | | | | | maxwell_dma: Rename registers to match official docs and reorder | 2020-07-07 | 2 | -287/+355 | ||
| * | | | | | | | | | | | | Merge pull request #4294 from MerryMage/cpu-opt-settings | 2020-07-14 | 20 | -29/+685 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | configure_cpu: Split optimization settings off into Debug tab | 2020-07-12 | 9 | -163/+302 | ||
| | * | | | | | | | | | | | | configure_cpu: Add tooltips | 2020-07-11 | 1 | -1/+54 | ||
| | * | | | | | | | | | | | | configure_cpu: Show/Hide debugging options | 2020-07-11 | 7 | -46/+135 | ||
| | * | | | | | | | | | | | | configuration: Add settings to enable/disable specific CPU optimizations | 2020-07-11 | 17 | -29/+404 | ||
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4282 from Morph1984/fs-size | 2020-07-14 | 7 | -225/+17 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | bis_factory: Set User NAND free space to be 1 MiB less than total. | 2020-07-10 | 1 | -1/+3 | ||
| | * | | | | | | | | | | | | sdmc_factory: Set the SDMC total size to 1 TiB | 2020-07-10 | 1 | -1/+3 | ||
| | * | | | | | | | | | | | | bis_factory: Use hardware default NAND partition sizes | 2020-07-10 | 1 | -10/+11 | ||
| | * | | | | | | | | | | | | settings: Remove storage size options | 2020-07-10 | 5 | -214/+1 | ||
| * | | | | | | | | | | | | | Merge pull request #4338 from ameerj/disconnected-adapter | 2020-07-14 | 2 | -15/+25 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Fix crash if gc configured but adapter not connected | 2020-07-14 | 2 | -15/+25 | ||
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #4314 from lioncash/input-warn | 2020-07-14 | 4 | -11/+15 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | gc_poller: Mark GCButtonFactory::GetNextInput() as const | 2020-07-12 | 2 | -2/+2 | ||
| | * | | | | | | | | | | | | | gc_poller: Get rid of undefined behavior in Create() | 2020-07-12 | 1 | -0/+4 | ||
| | * | | | | | | | | | | | | | gc_poller: Silence sign conversion warnings | 2020-07-12 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | gc_adapter: Remove deprecated usage of = in lambda captures | 2020-07-12 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | gc_adapter: Silence sign conversion warnings | 2020-07-12 | 2 | -7/+7 | ||
| * | | | | | | | | | | | | | | Merge pull request #4315 from lioncash/udp-warn | 2020-07-14 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | udp: Silence a C++20 deprecation warning | 2020-07-12 | 1 | -1/+1 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #4335 from lat9nq/fix-set-per-game-multicore | 2020-07-14 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | configure_general: Explicitly guard use_multi_core when applying settings | 2020-07-14 | 1 | -0/+2 | ||
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #4280 from jbeich/system-libusb | 2020-07-13 | 5 | -3/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | input_common: drop unused libusb.h include | 2020-07-14 | 1 | -1/+0 | ||
| | * | | | | | | | | | | | | input_common: make libusb private to gc_adapter | 2020-07-13 | 3 | -3/+7 | ||
| | * | | | | | | | | | | | | cmake: pass libusb include directory as well | 2020-07-09 | 2 | -0/+2 | ||
| * | | | | | | | | | | | | | Merge pull request #4318 from lioncash/cpp20 | 2020-07-12 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||