1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-22 15:03:30 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Audio
Mary 0746b83edf
Initial support for the new 12.x IPC system (#2182)
* Rename CommandAttribute as CommandHIpcAttribute to prepare for 12.x changes

* Implement inital support for TIPC and adds SM command ids

* *Ipc to *ipc

* Missed a ref in last commit...

* CommandAttributeTIpc to CommandAttributeTipc

* Addresses comment and fixes some bugs around

TIPC doesn't have any padding requirements as buffer C isn't a thing
Fix for RegisterService inverting two argument only on TIPC
2021-04-14 00:01:24 +02:00
..
AudioIn Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
AudioOut Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
AudioRenderer Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
HardwareOpusDecoderManager Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
Types Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
AudioInManager.cs Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
AudioInManagerServer.cs Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
AudioOutManager.cs Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
AudioOutManagerServer.cs Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
AudioRendererManager.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
AudioRendererManagerServer.cs Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
IAudioController.cs
IAudioInManager.cs Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
IAudioInManagerForApplet.cs
IAudioInManagerForDebugger.cs
IAudioOutManager.cs Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
IAudioOutManagerForApplet.cs
IAudioOutManagerForDebugger.cs
IAudioRendererManager.cs Amadeus: Final Act (#1481) 2020-08-17 22:49:37 -03:00
IAudioRendererManagerForApplet.cs
IAudioRendererManagerForDebugger.cs
IAudioSnoopManager.cs
IFinalOutputRecorderManager.cs
IFinalOutputRecorderManagerForApplet.cs
IFinalOutputRecorderManagerForDebugger.cs
IHardwareOpusDecoderManager.cs Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
ResultCode.cs