mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-11 00:51:07 +00:00
9 lines
185 B
C#
9 lines
185 B
C#
namespace Ryujinx.HLE.HOS.Services.Bgct
|
|
{
|
|
[Service("bgtc:sc")]
|
|
class IStateControlService : IpcService
|
|
{
|
|
public IStateControlService(ServiceCtx context) { }
|
|
}
|
|
}
|