mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-09 18:29:52 +00:00
Also fix IShopServiceAccessSystemInterface being in the wrong namespace.
8 lines
194 B
C#
8 lines
194 B
C#
namespace Ryujinx.HLE.HOS.Services.Loader
|
|
{
|
|
[Service("ldr:dmnt")]
|
|
class IDebugMonitorInterface : IpcService
|
|
{
|
|
public IDebugMonitorInterface(ServiceCtx context) { }
|
|
}
|
|
} |