mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-17 12:30:53 -05: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) { }
|
|
}
|
|
}
|