mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 13:50:08 +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,10 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
||||
{
|
||||
enum ResultCode
|
||||
{
|
||||
ModuleId = 143,
|
||||
ErrorCodeShift = 9,
|
||||
|
||||
Success = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user