mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-26 22:32:22 -05:00
7 lines
186 B
C#
7 lines
186 B
C#
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
|
|
{
|
|
class IDebugFunctions : IpcService
|
|
{
|
|
public IDebugFunctions() { }
|
|
}
|
|
} |