mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 17:37:11 +02:00
7 lines
No EOL
200 B
C#
7 lines
No EOL
200 B
C#
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
|
|
{
|
|
class IGlobalStateController : IpcService
|
|
{
|
|
public IGlobalStateController() { }
|
|
}
|
|
} |