summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
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
2023-12-31Vulkan: Only recreate swapchain if the frame is bigger than the swap image.Fernando Sahmkow
2023-12-31MaxwellDMA: Don't flush the outputs of a dma copy.Fernando Sahmkow
2023-12-31service: hid: Use applet resource to get latest shared memory handleNarr the Reg
2023-12-29jit: use code memory handles correctlyLiam
2023-12-28k_capabilities: simplify KTrace map skip logicLiam
2023-12-28ips_layer: prevent out of bounds access with offset exceeding module sizeLiam
2023-12-26Merge pull request #12455 from liamwhite/end-waitliamwhite
kernel: use simple mutex for object list container
2023-12-25core: track separate heap allocation for linuxLiam