summaryrefslogtreecommitdiff
path: root/src/core/hle/service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13135 from german77/hid-interfaceGravatar liamwhite2024-02-276-1970/+1153
|\ | | | | service: hid: Migrate HidServer to new IPC
| * service: hid: Migrate HidServer to new IPCGravatar Narr the Reg2024-02-232-1910/+989
| |
| * service: hid: Move and migrate AppletResource and ActiveVibrationDeviceGravatar Narr the Reg2024-02-235-61/+165
| |
* | general: fix asan errorsGravatar Liam2024-02-261-4/+10
| |
* | Merge pull request #13159 from liamwhite/web-errorGravatar liamwhite2024-02-2617-42/+490
|\ \ | | | | | | core: enable error applet, add stubs for web applet
| * | ldn: return no connection from GetStateForMonitorGravatar Liam2024-02-242-5/+9
| | |
| * | ssl: add cert storeGravatar Liam2024-02-244-3/+327
| | |
| * | acc: add account manager for acc:u1Gravatar Liam2024-02-242-9/+16
| | |
| * | fs: add stubs for online web appletGravatar Liam2024-02-242-9/+79
| | |
| * | erpt: stub report creationGravatar Liam2024-02-241-6/+34
| | |
| * | set: add GetPlatformRegionGravatar Liam2024-02-246-10/+25
| | |
* | | video_core: make gpu context aware of rendering programGravatar Liam2024-02-262-6/+18
| | |
* | | glue: load initial year setting as s32Gravatar Liam2024-02-241-3/+4
|/ /
* | service: set: Fix GetSettingsItemValueGravatar german772024-02-243-22/+19
| |
* | Merge pull request #13153 from german77/defaultsetGravatar liamwhite2024-02-242-1/+5
|\ \ | | | | | | service: set: Enable nfc and others by default and bump version
| * | service: set: Enable nfc and others by default and bump versionGravatar german772024-02-242-1/+5
| | |
* | | Merge pull request #13081 from FearlessTobi/aoc-ipcGravatar liamwhite2024-02-247-386/+372
|\ \ \ | | | | | | | | aoc: Migrate to use cmif serialization
| * | | aoc: Rename AOC_U to IAddOnContentManagerGravatar FearlessTobi2024-02-234-34/+38
| | | |
| * | | aoc: Migrate to use cmif serializationGravatar FearlessTobi2024-02-194-157/+109
| | | |
| * | | core/aoc: Move IPurchaseEventManager to separate fileGravatar FearlessTobi2024-02-193-78/+108
| | | |
* | | | set: fix region code for system settingsGravatar Liam2024-02-241-0/+3
| |/ / |/| |
* | | service: audio: Add missing logging properties of SetHeadphoneOutputLevelModeGravatar Narr the Reg2024-02-231-1/+1
| | |
* | | service: btdrv: Add EnableRadio for QlaunchGravatar Narr the Reg2024-02-231-13/+19
| | |
* | | service: friend: Add GetFriendCount, GetNewlyFriendCount, ↵Gravatar Narr the Reg2024-02-231-26/+65
| | | | | | | | | | | | GetReceivedFriendRequestCount, GetPlayHistoryStatistics, GetReceivedFriendInvitationCountCache for QLaunch
* | | service: hid: Add IsAnyCustomButtonConfigEnabled for QLaunchGravatar Narr the Reg2024-02-232-1/+12
| | |
* | | service: lbl: Add SaveCurrentSetting, LoadCurrentSetting and ↵Gravatar Narr the Reg2024-02-231-4/+27
| | | | | | | | | | | | IsAutoBrightnessControlSupported for QLaunch
* | | service: nfc: Implement SetNfcEnabledGravatar Narr the Reg2024-02-235-8/+39
| | |
* | | service: npns: Add ListenTo and GetReceiveEvent for QLaunchGravatar Narr the Reg2024-02-231-8/+34
| | |
* | | service: set: Add default eula settingGravatar Narr the Reg2024-02-232-2/+12
| |/ |/|
* | Merge pull request #13141 from liamwhite/swapGravatar liamwhite2024-02-232-2/+2
|\ \ | | | | | | fs: fix argument order
| * | fs: fix argument orderGravatar Liam2024-02-232-2/+2
| | |
* | | fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilterGravatar Liam2024-02-234-2/+53
|/ /
* | Merge pull request #13133 from liamwhite/libstdcxx-issueGravatar liamwhite2024-02-231-1/+2
|\ \ | | | | | | vi: workaround conductor includes
| * | vi: workaround conductor includesGravatar Liam2024-02-231-1/+2
| | |
* | | Merge pull request #13115 from liamwhite/olsc-pctlGravatar liamwhite2024-02-2324-826/+1169
|\ \ \ | | | | | | | | olsc, pctl: move to new ipc
| * | | pctl: rewrite IParentalControlServiceGravatar Liam2024-02-212-199/+204
| | | |
| * | | pctl: rewrite IParentalControlServiceFactoryGravatar Liam2024-02-212-20/+26
| | | |
| * | | pctl: move IParentalControlServiceFactoryGravatar Liam2024-02-217-110/+85
| | | |
| * | | pctl: move IParentalControlServiceGravatar Liam2024-02-213-467/+516
| | | |
| * | | pctl: move types and resultsGravatar Liam2024-02-214-67/+86
| | | |
| * | | olsc: rewrite IOlscServiceForSystemServiceGravatar Liam2024-02-212-10/+50
| | | |
| * | | olsc: add IRemoteStorageControllerGravatar Liam2024-02-212-0/+73
| | | |
| * | | olsc: add IDaemonControllerGravatar Liam2024-02-212-0/+60
| | | |
| * | | olsc: rewrite ITransferTaskListControllerGravatar Liam2024-02-212-36/+38
| | | |
| * | | olsc: rewrite INativeHandleHolderGravatar Liam2024-02-212-1/+16
| | | |
| * | | olsc: rewrite IOlscServiceForApplicationGravatar Liam2024-02-213-28/+29
| | | |
| * | | olsc: move INativeHandleHolder, IOlscServiceForApplication, ↵Gravatar Liam2024-02-219-207/+305
| | | | | | | | | | | | | | | | IOlscServiceForSystemService, ITransferTaskListController
* | | | Merge pull request #13100 from liamwhite/audio-ipcGravatar liamwhite2024-02-2334-1954/+1753
|\ \ \ \ | | | | | | | | | | audio: move to new ipc
| * | | | audio: add NotifyHeadphoneVolumeWarningDisplayedEventGravatar Liam2024-02-212-1/+7
| | | | |
| * | | | audio: formatGravatar Liam2024-02-203-6/+7
| | | | |