mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 09:27:10 +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:
parent
be9b9c7cdf
commit
e875c86231
38 changed files with 40 additions and 40 deletions
10
Ryujinx.HLE/HOS/Services/BluetoothManager/ResultCode.cs
Normal file
10
Ryujinx.HLE/HOS/Services/BluetoothManager/ResultCode.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
||||
{
|
||||
enum ResultCode
|
||||
{
|
||||
ModuleId = 143,
|
||||
ErrorCodeShift = 9,
|
||||
|
||||
Success = 0
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue