mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 21:07:11 +02:00
rename some services (#63)
This commit is contained in:
parent
5b1c84b25d
commit
820a6b55b8
4 changed files with 8 additions and 8 deletions
|
@ -44,10 +44,10 @@ namespace Ryujinx.Core.OsHle.Services
|
|||
return new ServiceAppletOE();
|
||||
|
||||
case "audout:u":
|
||||
return new ServiceAudOut();
|
||||
return new IAudioOutManager();
|
||||
|
||||
case "audren:u":
|
||||
return new ServiceAudRen();
|
||||
return new IAudioRendererManager();
|
||||
|
||||
case "bsd:s":
|
||||
return new ServiceBsd();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue