mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-29 04:04:30 +01:00
8 lines
203 B
C#
8 lines
203 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Audio
|
|||
|
{
|
|||
|
[Service("audrec:u")]
|
|||
|
class IFinalOutputRecorderManager : IpcService
|
|||
|
{
|
|||
|
public IFinalOutputRecorderManager(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|