hle: Fix some inconsistencies in namespace naming in Services (#808)
Also fix IShopServiceAccessSystemInterface being in the wrong namespace.
This commit is contained in:
8
Ryujinx.HLE/HOS/Services/Loader/IShellInterface.cs
Normal file
8
Ryujinx.HLE/HOS/Services/Loader/IShellInterface.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Loader
|
||||
{
|
||||
[Service("ldr:shel")]
|
||||
class IShellInterface : IpcService
|
||||
{
|
||||
public IShellInterface(ServiceCtx context) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user