mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-06-06 19:25:26 +00:00
9 lines
177 B
C#
9 lines
177 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio
|
|
{
|
|
[Service("audctl")]
|
|
class IAudioController : IpcService
|
|
{
|
|
public IAudioController(ServiceCtx context) { }
|
|
}
|
|
}
|