| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | service: set: Refractor setting service | 2024-01-15 | 14 | -588/+619 | ||
| | |/ | ||||||
| * / | service: nfc: Create backup when none exist | 2024-01-15 | 1 | -1/+4 | ||
| |/ | ||||||
| * | Merge pull request #12677 from GPUCode/whyy-modders | 2024-01-15 | 6 | -79/+154 | ||
| |\ | | | | | core: Support multiple modules per patcher | |||||
| | * | core: Support multiple modules per patcher | 2024-01-15 | 6 | -79/+154 | ||
| | | | ||||||
| * | | Merge pull request #12665 from german77/proof | 2024-01-15 | 2 | -3/+17 | ||
| |\ \ | | | | | | | service: acc: Only save profiles when profiles have changed | |||||
| | * | | service: acc: Only save profiles when profiles have changed | 2024-01-13 | 2 | -3/+17 | ||
| | | | | ||||||
| * | | | Merge pull request #12659 from liamwhite/audio-memory | 2024-01-15 | 2 | -13/+49 | ||
| |\ \ \ | | | | | | | | | audio: fetch process object from handle table | |||||
| | * | | | audio: fetch process object from handle table | 2024-01-12 | 2 | -13/+49 | ||
| | |/ / | ||||||
| * | | | Merge pull request #12612 from liamwhite/fs-pid | 2024-01-15 | 18 | -267/+357 | ||
| |\ \ \ | | | | | | | | | fsp-srv: use program registry for SetCurrentProcess | |||||
| | * | | | loader: fix homebrew nro registration | 2024-01-13 | 1 | -6/+6 | ||
| | | | | | ||||||
| | * | | | fsp-srv: use program registry for SetCurrentProcess | 2024-01-11 | 18 | -265/+355 | ||
| | | | | | ||||||
| * | | | | Merge pull request #12611 from liamwhite/resource-management-is-hard | 2024-01-15 | 14 | -114/+202 | ||
| |\ \ \ \ | | | | | | | | | | | kernel: fix resource management issues | |||||
| | * | | | | kernel: optimize page free on shutdown | 2024-01-12 | 3 | -63/+18 | ||
| | | | | | | ||||||
| | * | | | | kernel: fix debugger and process list lifetime | 2024-01-12 | 9 | -107/+160 | ||
| | | | | | | ||||||
| | * | | | | kernel: fix page leak on process termination | 2024-01-12 | 3 | -1/+81 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #12610 from liamwhite/reply-and-dont-receive | 2024-01-15 | 1 | -2/+7 | ||
| |\ \ \ \ | |/ / / |/| | | | server_manager: respond to session close correctly | |||||
| | * | | | server_manager: respond to session close correctly | 2024-01-07 | 1 | -2/+7 | ||
| | |/ / | ||||||
| * | / | service: hid: Create abstracted pad structure | 2024-01-11 | 2 | -2/+2 | ||
| | |/ |/| | ||||||
| * | | Merge pull request #12609 from liamwhite/wrong-name-again | 2024-01-09 | 5 | -51/+38 | ||
| |\ \ | | | | | | | vi: minor cleanups | |||||
| | * | | vi: connect vsync event handle lifetime to application display service interface | 2024-01-07 | 4 | -24/+11 | ||
| | | | | ||||||
| | * | | vi: fix name of nvnflinger | 2024-01-07 | 2 | -27/+27 | ||
| | |/ | ||||||
| * / | Fix typos in src/core (#12625) | 2024-01-08 | 28 | -116/+116 | ||
| |/ | | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent | |||||
| * | Merge pull request #12600 from german77/npad-impl | 2024-01-07 | 3 | -21/+72 | ||
| |\ | | | | | service: hid: Hook interface implementations | |||||
| | * | service: hid: Implement GetLastActiveNpad | 2024-01-06 | 1 | -3/+6 | ||
| | | | ||||||
| | * | service: hid: Implement AssigningSingleOnSlSrPress | 2024-01-06 | 1 | -2/+12 | ||
| | | | ||||||
| | * | service: hid: Implement SetNpadSystemExtStateEnabled | 2024-01-06 | 3 | -8/+20 | ||
| | | | ||||||
| | * | service: hid: Implement CaptureButtonAssignment | 2024-01-06 | 3 | -8/+34 | ||
| | | | ||||||
| * | | Merge pull request #12599 from german77/settings | 2024-01-07 | 13 | -379/+393 | ||
| |\ \ | | | | | | | service: set: Use official names | |||||
| | * | | service: set: Rename files | 2024-01-06 | 13 | -20/+20 | ||
| | | | | ||||||
| | * | | service: set: Use official names | 2024-01-06 | 9 | -359/+373 | ||
| | | | | ||||||
| * | | | Merge pull request #12576 from t895/total-save-manager | 2024-01-07 | 2 | -0/+10 | ||
| |\ \ \ | |_|/ |/| | | android: Re-add global save manager | |||||
| | * | | android: Re-add global save manager | 2024-01-04 | 2 | -0/+10 | ||
| | | | | | | | | | | | | | Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string> | |||||
| * | | | service: hid: Add functions needed by Qlaunch | 2024-01-06 | 2 | -6/+60 | ||
| | |/ |/| | ||||||
| * | | hid_core: Move hid to it's own subproject | 2024-01-05 | 115 | -16174/+67 | ||
| | | | ||||||
| * | | Merge pull request #12557 from merryhime/termination-ipi | 2024-01-04 | 1 | -4/+4 | ||
| |\ \ | | | | | | | KThread: Send termination interrupt to all cores a thread has affinity to | |||||
| | * | | KThread: Send termination interrupt to all cores a thread has affinity to | 2024-01-02 | 1 | -4/+4 | ||
| | |/ | | | | | | | | | KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus masking this out is erroneous. | |||||
| * | | service: hid: Remove data races when handling shared memory | 2024-01-03 | 17 | -29/+45 | ||
| | | | ||||||
| * | | service: hid: Implement NpadResource and NpadData | 2024-01-03 | 19 | -676/+1930 | ||
| |/ | ||||||
| * | Merge pull request #12543 from FernandoS27/stop-liking-posts-from-ur-friends-ex | 2024-01-01 | 1 | -1/+2 | ||
| |\ | | | | | VideoCore: A few fixes to DMA and swapchain | |||||
| | * | Vulkan: Only recreate swapchain if the frame is bigger than the swap image. | 2023-12-31 | 1 | -1/+2 | ||
| | | | ||||||
| | * | MaxwellDMA: Don't flush the outputs of a dma copy. | 2023-12-31 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #12536 from german77/npad_interface | 2024-01-01 | 37 | -230/+711 | ||
| |\ \ | | | | | | | service: hid: Use applet resource to get latest shared memory handle | |||||
| | * | | service: hid: Use applet resource to get latest shared memory handle | 2023-12-31 | 37 | -230/+711 | ||
| | | | | ||||||
| * | | | Merge pull request #12454 from liamwhite/ct-stuff | 2024-01-01 | 13 | -98/+95 | ||
| |\ \ \ | | | | | | | | | core_timing: minor refactors | |||||
| | * | | | core_timing: block advance thread while clearing and signal after | 2023-12-23 | 1 | -1/+2 | ||
| | | | | | ||||||
| | * | | | core_timing: handle concurrent unscheduling of looping events | 2023-12-23 | 2 | -4/+15 | ||
| | | | | | ||||||
| | * | | | core_timing: use static typing for no-wait unschedule | 2023-12-23 | 3 | -8/+12 | ||
| | | | | | ||||||
| | * | | | core_timing: remove user data value | 2023-12-23 | 13 | -92/+73 | ||
| | | | | | ||||||
| * | | | | Merge pull request #12466 from liamwhite/sh2 | 2024-01-01 | 10 | -37/+171 | ||
| |\ \ \ \ | | | | | | | | | | | core: track separate heap allocation for linux | |||||
| | * | | | | core: track separate heap allocation for linux | 2023-12-25 | 10 | -37/+171 | ||
| | | | | | | ||||||