Rename services with the official interface names
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Ryujinx.Core.OsHle.Services.Aud
|
||||
{
|
||||
long UserId = Context.RequestData.ReadInt64();
|
||||
|
||||
MakeObject(Context, new IAudioDevice());
|
||||
MakeObject(Context, new IAudioDeviceService());
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user