mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-12-19 19:04:05 +00:00
8 lines
177 B
C#
8 lines
177 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio
|
|
{
|
|
[Service("audctl")]
|
|
class IAudioController : IpcService
|
|
{
|
|
public IAudioController(ServiceCtx context) { }
|
|
}
|
|
}
|