aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Collapse)Author
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-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-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-03service: hid: Remove data races when handling shared memoryNarr the Reg
2024-01-03service: hid: Implement NpadResource and NpadDataNarr the Reg
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
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-24am/jit: reference memory instance from contextLiam
2023-12-24service: fetch objects from the client handle tableLiam
2023-12-23core_timing: remove user data valueLiam
2023-12-22kernel: fix resource limit imbalanceLiam
2023-12-22general: properly support multiple memory instancesLiam
2023-12-22k_server_session: process for guest serversLiam
2023-12-20service: hid: Fix crash on InitializeVibrationDeviceNarr the Reg
2023-12-19Merge pull request #12392 from liamwhite/modeFernando S
fs: implement OpenDirectoryMode
2023-12-19Merge pull request #12304 from liamwhite/flinger-wtfFernando S
nvnflinger: mark buffer as acquired when acquired
2023-12-18Merge pull request #12349 from Kelebek1/return_system_channels_activeliamwhite
Have GetActiveChannelCount return the system channels instead of host device channels
2023-12-18fs: implement OpenDirectoryModeLiam
2023-12-16Merge pull request #12378 from liamwhite/offsetofliamwhite
set: add cstddef for offsetof macro
2023-12-16Merge pull request #12331 from liamwhite/layer-confusionliamwhite
vi: fix confusion between closing and destroying layers
2023-12-16nvnflinger: mark buffer as acquired when acquiredLiam
2023-12-16set: add cstddef for offsetof macroLiam
2023-12-16Have GetActiveChannelCount return the system channels instead of host device ↵Kelebek1
channels
2023-12-16Merge pull request #12184 from Kelebek1/system_settingsliamwhite
Make system settings persistent across boots
2023-12-16Merge pull request #12290 from liamwhite/deferred-path-splitliamwhite
Improve path splitting speed
2023-12-16Merge pull request #12359 from german77/real_sharedliamwhite
service: hid: Allow to create multiple instances of shared memory
2023-12-16ssl: fix output byte buffer size issue (#12372)liamwhite
2023-12-16Make system settings persistent across bootsKelebek1
2023-12-14core: hid: Clean up headersNarr the Reg
2023-12-13service: hid: Allow to create multiple instances of shared memoryNarr the Reg
2023-12-12vi: fix confusion between closing and destroying layersLiam
2023-12-12Merge pull request #12333 from german77/aruid_freeliamwhite
service: hid: Improve CreateAppletResource implementation and free resources
2023-12-10Merge pull request #12322 from liamwhite/savedata-absurdityliamwhite
fs: don't enumerate hidden savedata size file
2023-12-10Merge pull request #12327 from liamwhite/tipcliamwhite
sm:: fix tipc deserialization
2023-12-10Merge pull request #12321 from liamwhite/ro2liamwhite
ro: add separate ro service
2023-12-10service: hid: Improve CreateAppletResource implementation and free resourcesgerman77
2023-12-09sm:: fix tipc deserializationLiam