b29950dbd6
Also fix IShopServiceAccessSystemInterface being in the wrong namespace.
10 lines
No EOL
169 B
C#
10 lines
No EOL
169 B
C#
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
|
{
|
|
enum ResultCode
|
|
{
|
|
ModuleId = 143,
|
|
ErrorCodeShift = 9,
|
|
|
|
Success = 0
|
|
}
|
|
} |