mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 17:49:57 -06:00
Stub a few services, add support for generating call stacks on the CPU
This commit is contained in:
@ -53,7 +53,7 @@ namespace Ryujinx.Core.OsHle.Services.Aud
|
||||
{
|
||||
long UserId = Context.RequestData.ReadInt64();
|
||||
|
||||
MakeObject(Context, new IAudioDeviceService());
|
||||
MakeObject(Context, new IAudioDevice());
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user