mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-27 07:29:14 +00:00
8 lines
201 B
C#
8 lines
201 B
C#
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
|
|
{
|
|
class IAppletCommonFunctions : IpcService
|
|
{
|
|
public IAppletCommonFunctions() { }
|
|
}
|
|
}
|