| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | service: nfp: Use an unique interface | 2023-04-13 | 4 | -71/+227 | |
| * | Merge pull request #10008 from vonchenplus/texture_cache | 2023-04-11 | 4 | -50/+57 | |
| |\ | |||||
| | * | video_core: Keep the definition of DimensionControl consistent with nvidia op... | 2023-03-31 | 2 | -19/+22 | |
| | * | video_core: Better defined ImageInfo parameters | 2023-03-14 | 3 | -39/+43 | |
| * | | Merge pull request #10027 from bylaws/master | 2023-04-10 | 2 | -5/+5 | |
| |\ \ | |||||
| | * | | Use GetGlobalTimeNs as opposed to clock ticks | 2023-04-08 | 2 | -4/+3 | |
| | * | | Add some explicit latency to sample count reporting | 2023-04-03 | 1 | -1/+2 | |
| * | | | kernel: move more memory to application in 8GB arrangement | 2023-04-09 | 1 | -2/+4 | |
| * | | | kernel: switch extended memory setting to 8GB arrangement | 2023-04-08 | 3 | -4/+4 | |
| * | | | Merge pull request #10022 from liamwhite/gcc-13 | 2023-04-08 | 6 | -28/+14 | |
| |\ \ \ | |/ / |/| | | |||||
| | * | | general: fixes for gcc 13 | 2023-04-02 | 6 | -28/+14 | |
| * | | | Merge pull request #10024 from german77/crysis | 2023-04-03 | 1 | -5/+1 | |
| |\ \ \ | |||||
| | * | | | service: hid: Fix handle validation | 2023-04-02 | 1 | -5/+1 | |
| * | | | | Merge pull request #10004 from Kelebek1/cubemap | 2023-04-03 | 1 | -15/+15 | |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Only upload GPU-modified overlaps | 2023-03-28 | 1 | -15/+15 | |
| * | | | | Merge pull request #10020 from merryhime/update-dynarmic | 2023-04-01 | 1 | -13/+10 | |
| |\ \ \ \ | |||||
| | * | | | | core: arm_dynarmic_32: Update SaveContext/LoadContext. | 2023-04-01 | 1 | -13/+10 | |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #9969 from bylaws/master | 2023-04-01 | 9 | -79/+55 | |
| |\ \ \ \ | |||||
| | * | | | | audio_core: No longer stall when sink queue is full | 2023-03-27 | 4 | -64/+1 | |
| | * | | | | Run clang-format | 2023-03-27 | 3 | -7/+6 | |
| | * | | | | audio: Wait for samples on the emulated DSP side to avoid desyncs | 2023-03-27 | 6 | -24/+28 | |
| | * | | | | audio: Interpolate system manager sample count using host sink sample info | 2023-03-26 | 4 | -3/+39 | |
| * | | | | | Merge pull request #10006 from german77/profile_select | 2023-04-01 | 8 | -34/+270 | |
| |\ \ \ \ \ | |||||
| | * | | | | | service: am: Improve profile select applet | 2023-03-29 | 8 | -34/+270 | |
| * | | | | | | Merge pull request #9997 from german77/cancel_controller | 2023-04-01 | 9 | -19/+33 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | applet: controller: Implement cancel button | 2023-03-30 | 9 | -19/+33 | |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #9999 from german77/new_hid_hurra | 2023-04-01 | 4 | -22/+56 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination | 2023-03-29 | 4 | -22/+56 | |
| * | | | | | | | Merge pull request #10017 from jbeich/vk-246 | 2023-04-01 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| | * | | | | | | externals: update Vulkan-Headers to v1.3.246 | 2023-04-01 | 1 | -0/+2 | |
| * | | | | | | | Merge pull request #10005 from liamwhite/kernel-atomics | 2023-04-01 | 2 | -39/+56 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | kernel: fix unbounded stack usage in atomics | 2023-03-28 | 2 | -39/+56 | |
| * | | | | | | | Fixes 'Continous' typo | 2023-03-29 | 6 | -38/+38 | |
| | |_|/ / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #9505 from liamwhite/request-exit | 2023-03-29 | 48 | -61/+312 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | qt: implement RequestExit for applets | 2023-03-25 | 38 | -69/+250 | |
| | * | | | | | applets: implement RequestExit | 2023-03-25 | 18 | -1/+71 | |
| * | | | | | | Merge pull request #10003 from german77/disconnect | 2023-03-28 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | service: hid: Silence warning on MergeSingleJoyAsDualJoy | 2023-03-27 | 1 | -1/+2 | |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | telemetry: Add waitpkg instruction | 2023-03-27 | 1 | -0/+1 | |
| * | | | | | | x64: Simplify RDTSC on non-MSVC compilers | 2023-03-27 | 2 | -16/+10 | |
| * | | | | | | core_timing: Make use of MicroSleep for x64 CPUs | 2023-03-27 | 1 | -0/+8 | |
| * | | | | | | x64: Add MicroSleep | 2023-03-27 | 3 | -0/+84 | |
| * | | | | | | x64: cpu_detect: Add detection of waitpkg instructions | 2023-03-27 | 2 | -0/+2 | |
| * | | | | | | Merge pull request #10002 from german77/log | 2023-03-27 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | qt: Fix log softlock | 2023-03-27 | 1 | -2/+2 | |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #9984 from liamwhite/global-memory | 2023-03-27 | 44 | -226/+185 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | memory: rename global memory references to application memory | 2023-03-23 | 44 | -226/+185 | |
| * | | | | | | | Merge pull request #9995 from german77/plain | 2023-03-27 | 5 | -8/+37 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| | * | | | | | | service: nfp: Add plain amiibo support | 2023-03-26 | 5 | -8/+37 | |
| | | |/ / / / | |/| | | | | |||||
| * / | | | | | tests: mark integer literals as unsigned | 2023-03-26 | 1 | -17/+20 | |
| |/ / / / / | |||||