mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
HwOpus service implementation (#201)
* Started to implement the hwopus service * Write outputs on decode method, some basic error handling * Fix buffer size read from header and check * Fix order of values
This commit is contained in:
parent
77569ad35b
commit
4c524cc3f5
5 changed files with 171 additions and 0 deletions
|
@ -105,6 +105,9 @@ namespace Ryujinx.HLE.HOS.Services
|
|||
case "ldr:ro":
|
||||
return new IRoInterface();
|
||||
|
||||
case "hwopus":
|
||||
return new IHardwareOpusDecoderManager();
|
||||
|
||||
case "lm":
|
||||
return new ILogService();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue