summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cmif_types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12951 from liamwhite/more-ipcNarr the Reg2024-02-091-1/+9
|\ | | | | ipc: additional fixes
| * ipc: additional fixesLiam2024-02-071-1/+9
| |
* | service: Fix OutLargeData attributesNarr the Reg2024-02-091-1/+1
|/
* cmif_serialization: enforce const for referencesLiam2024-02-021-2/+25
|
* Move time services to new IPC.Kelebek12024-01-271-110/+87
| | | | Add some fixes/improvements to usage with the new IPC
* cmif_types: improve ergonomics of typesLiam2024-01-261-26/+86
|
* service: add template serializer for method callsLiam2024-01-251-0/+234