mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
hle: Fix some inconsistencies in namespace naming in Services (#808)
Also fix IShopServiceAccessSystemInterface being in the wrong namespace.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Loader
|
||||
{
|
||||
[Service("ldr:dmnt")]
|
||||
class IDebugMonitorInterface : IpcService
|
||||
{
|
||||
public IDebugMonitorInterface(ServiceCtx context) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user