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