blob: 56647d04fe09b98ccc377d860e9d7f3c87e69a33 (
plain)
1
2
3
4
5
6
7
8
|
namespace Ryujinx.HLE.HOS.Services.Audio
{
[Service("audrec:u")]
class IFinalOutputRecorderManager : IpcService
{
public IFinalOutputRecorderManager(ServiceCtx context) { }
}
}
|