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/BluetoothManager/IBtm.cs
Normal file
8
Ryujinx.HLE/HOS/Services/BluetoothManager/IBtm.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
||||
{
|
||||
[Service("btm")]
|
||||
class IBtm : IpcService
|
||||
{
|
||||
public IBtm(ServiceCtx context) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user