1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-20 16:11:56 -08:00

7 lines
194 B
C#
Raw Normal View History

namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
{
class IApplicationCreator : IpcService
{
public IApplicationCreator() { }
}
}