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