Update IAudioDeviceService.cs
This commit is contained in:
parent
958900968d
commit
876893fe0c
1 changed files with 2 additions and 3 deletions
|
@ -13,6 +13,8 @@ namespace Ryujinx.Core.OsHle.Services.Aud
|
||||||
public override IReadOnlyDictionary<int, ServiceProcessRequest> Commands => m_Commands;
|
public override IReadOnlyDictionary<int, ServiceProcessRequest> Commands => m_Commands;
|
||||||
|
|
||||||
private KEvent SystemEvent;
|
private KEvent SystemEvent;
|
||||||
|
//TODO: We shouldn't be signaling this here.
|
||||||
|
SystemEvent.Handle.Set();
|
||||||
|
|
||||||
public IAudioDeviceService()
|
public IAudioDeviceService()
|
||||||
{
|
{
|
||||||
|
@ -52,9 +54,6 @@ namespace Ryujinx.Core.OsHle.Services.Aud
|
||||||
Position += Buffer.Length;
|
Position += Buffer.Length;
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: We shouldn't be signaling this here.
|
|
||||||
SystemEvent.Handle.Set();
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue