summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2024-01-19android: Add addon delete buttont895
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2024-01-19Merge pull request #12695 from anpilley/user-arguments-v2liamwhite
Allow -u to accept a username string in addition to index
2024-01-18Merge pull request #12678 from german77/settings_implliamwhite
service: set: Implement stubbed functions
2024-01-17Update based on feedbackAndrew Pilley
2024-01-17Allow -u to accept a username string in addition to index, and suppress the ↵Andrew Pilley
User selector even if settings requires it to be shown for one instance only.
2024-01-15service: set: Implement stubbed functionsNarr the Reg
2024-01-15service: set: Refractor setting serviceNarr the Reg
2024-01-15service: nfc: Create backup when none existNarr the Reg
2024-01-15Merge pull request #12677 from GPUCode/whyy-moddersliamwhite
core: Support multiple modules per patcher
2024-01-15Merge pull request #12665 from german77/proofliamwhite
service: acc: Only save profiles when profiles have changed
2024-01-15Merge pull request #12659 from liamwhite/audio-memoryCharles Lombardo
audio: fetch process object from handle table
2024-01-15Merge pull request #12612 from liamwhite/fs-pidCharles Lombardo
fsp-srv: use program registry for SetCurrentProcess
2024-01-15Merge pull request #12611 from liamwhite/resource-management-is-hardCharles Lombardo
kernel: fix resource management issues
2024-01-15Merge pull request #12610 from liamwhite/reply-and-dont-receiveCharles Lombardo
server_manager: respond to session close correctly
2024-01-15core: Support multiple modules per patcherGPUCode
2024-01-13service: acc: Only save profiles when profiles have changedgerman77
2024-01-13loader: fix homebrew nro registrationLiam
2024-01-12kernel: optimize page free on shutdownLiam
2024-01-12kernel: fix debugger and process list lifetimeLiam
2024-01-12kernel: fix page leak on process terminationLiam
2024-01-12audio: fetch process object from handle tableLiam
2024-01-11service: hid: Create abstracted pad structuregerman77
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2024-01-09Merge pull request #12609 from liamwhite/wrong-name-againNarr the Reg
vi: minor cleanups
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
2024-01-07vi: connect vsync event handle lifetime to application display service interfaceLiam
2024-01-07server_manager: respond to session close correctlyLiam
2024-01-07vi: fix name of nvnflingerLiam
2024-01-07Merge pull request #12600 from german77/npad-implliamwhite
service: hid: Hook interface implementations
2024-01-07Merge pull request #12599 from german77/settingsliamwhite
service: set: Use official names
2024-01-07Merge pull request #12576 from t895/total-save-managerliamwhite
android: Re-add global save manager
2024-01-06service: hid: Implement GetLastActiveNpadgerman77
2024-01-06service: hid: Implement AssigningSingleOnSlSrPressgerman77
2024-01-06service: hid: Implement SetNpadSystemExtStateEnabledgerman77
2024-01-06service: set: Rename filesgerman77
2024-01-06service: hid: Implement CaptureButtonAssignmentgerman77
2024-01-06service: set: Use official namesgerman77
2024-01-06service: hid: Add functions needed by QlaunchNarr the Reg
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-04Merge pull request #12557 from merryhime/termination-ipiliamwhite
KThread: Send termination interrupt to all cores a thread has affinity to
2024-01-04android: Re-add global save managert895
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>
2024-01-03service: hid: Remove data races when handling shared memoryNarr the Reg
2024-01-03service: hid: Implement NpadResource and NpadDataNarr the Reg
2024-01-02KThread: Send termination interrupt to all cores a thread has affinity toMerry
KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus masking this out is erroneous.
2024-01-01Merge pull request #12543 from FernandoS27/stop-liking-posts-from-ur-friends-exliamwhite
VideoCore: A few fixes to DMA and swapchain
2024-01-01Merge pull request #12536 from german77/npad_interfaceliamwhite
service: hid: Use applet resource to get latest shared memory handle
2024-01-01Merge pull request #12454 from liamwhite/ct-stuffNarr the Reg
core_timing: minor refactors
2024-01-01Merge pull request #12466 from liamwhite/sh2Narr the Reg
core: track separate heap allocation for linux
2024-01-01Merge pull request #12501 from liamwhite/ipsNarr the Reg
ips_layer: prevent out of bounds access with offset exceeding module size
2024-01-01Merge pull request #12513 from liamwhite/jit-fixNarr the Reg
jit: use code memory handles correctly