summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/notif.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* notif: rewrite for new IPCLiam2024-01-291-78/+213
|
* service: move hle_ipc from kernelLiam2023-03-011-7/+7
|
* service: notifa: Implement most part of this servicegerman772022-05-091-8/+124
| | | | | Implements partially RegisterAlarmSetting, UpdateAlarmSetting, LoadApplicationParameter, DeleteAlarmSetting. Needed for Fitness `Boxing 2: Rhythm & Exercise` and `Ring Fit Adventure`.
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman772021-12-061-0/+44
Used by ring fit adventure 1.2.0