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:
gdkchan 2018-11-17 01:36:49 -02:00 committed by Ac_K
parent 5829e36a5c
commit b833183ef6
5 changed files with 171 additions and 0 deletions

View file

@ -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();