mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 14:19:52 -06:00
9 lines
201 B
C#
9 lines
201 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio
|
|
{
|
|
[Service("audrec:u")]
|
|
class IFinalOutputRecorderManager : IpcService
|
|
{
|
|
public IFinalOutputRecorderManager(ServiceCtx context) { }
|
|
}
|
|
}
|