summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2024-01-29Merge pull request #12814 from Kelebek1/time_new_ipcliamwhite
Move time services to new IPC and add debug printing
2024-01-29fix build for gcc 11amazingfate
2024-01-28service: am: Focus state changed goes lastgerman77
2024-01-28service: hid: Fully implement touch resourceNarr the Reg
2024-01-28Merge pull request #12821 from merryhime/atomic_opsliamwhite
atomic_ops: Reduce code duplication with templates
2024-01-28Merge pull request #12831 from Kelebek1/audren_multiliamwhite
Use the input process handle to get the correct application's memory
2024-01-28Use the input process handle to get the correct application's memoryKelebek1
2024-01-28Merge pull request #12825 from liamwhite/whyliamwhite
kernel: clear pinned waiter list on unpin
2024-01-28Merge pull request #12823 from german77/set-audioliamwhite
service: set: Implement more Qlaunch Settings
2024-01-28Merge pull request #12802 from german77/mii_interfaceliamwhite
service: mii: Migrate service to new interface
2024-01-28service: set: Increase settings versiongerman77
2024-01-28service: set: Implement more Qlaunch Settingsgerman77
2024-01-27kernel: clear pinned waiter list on unpinLiam
2024-01-27atomic_ops: Remove volatile qualifierMerry
2024-01-27Move time services to new IPC.Kelebek1
Add some fixes/improvements to usage with the new IPC
2024-01-26service: mii: Migrate service to new interfaceNarr the Reg
2024-01-26vfs: Fix getting URI filenamet895
2024-01-26Merge pull request #12765 from german77/sys-hidliamwhite
service: set: Implement more settings functions for Qlaunch
2024-01-26Merge pull request #12707 from FearlessTobi/fs-housekeepingliamwhite
fs: Various cleanups & add path class for later use
2024-01-25cmif_serialization: support non-domain sessions on domain serversLiam
2024-01-25cmif_types: improve ergonomics of typesLiam
2024-01-25service: set: Implement more settings functions for QlaunchNarr the Reg
2024-01-25Address review comments and fix compilation problemsFearlessTobi
2024-01-25fs: Add path classFearlessTobi
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2024-01-25fs/errors: Unify naming of result codesFearlessTobi
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-25fs: Move fsp_srv subclasses to separate filesFearlessTobi
fs: Move additional files to the fsp directory
2024-01-25Merge pull request #12759 from liamwhite/mp-miscliamwhite
core: miscellaneous fixes
2024-01-25Merge pull request #12783 from liamwhite/cmif-generationliamwhite
service: add template serializer for method calls
2024-01-25service: add template serializer for method callsLiam
2024-01-25Merge pull request #12499 from Kelebek1/timeliamwhite
Rework time services
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-23Merge pull request #12763 from liamwhite/fix-hbl-againliamwhite
loader: also register fs process for raw exefs partition
2024-01-23Merge pull request #12768 from german77/wrong_conversionliamwhite
service: properly convert buffers to strings
2024-01-23service: properly convert buffers to stringsNarr the Reg
2024-01-23loader: also register fs process for raw exefs partitionLiam
2024-01-22nvservices: close map handles on session closeLiam
2024-01-22kernel: target invalidate to given processLiam
2024-01-22device_memory_manager: fix ScratchBuffer indexingLiam
2024-01-22Merge pull request #12579 from FernandoS27/smmuliamwhite
Core: Implement Device Mapping & GPU SMMU
2024-01-21Merge pull request #12734 from german77/enable-appletliamwhite
service: hid: Implement EnableAppletForInput
2024-01-21service: hid: Implement EnableAppletForInputNarr the Reg
2024-01-21service: set: Don't allow invalid mii author idgerman77
2024-01-20Merge pull request #12715 from t895/remove-addonsliamwhite
android: Add uninstall addon button
2024-01-20Merge pull request #12660 from german77/better-vibrationliamwhite
service: hid: Fully implement abstract vibration
2024-01-20Merge pull request #12701 from liamwhite/flinger-layer-issuesliamwhite
vi: check layer state before opening or closing
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