blob: 24eeefb988bac219d3eda6d92f8cfeff3b4d1eb7 (
plain)
1
2
3
4
5
6
7
|
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
{
class IGlobalStateController : IpcService
{
public IGlobalStateController() { }
}
}
|