mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-21 02:01:14 +02:00
Also fix IShopServiceAccessSystemInterface being in the wrong namespace.
10 lines
169 B
C#
10 lines
169 B
C#
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
|
{
|
|
enum ResultCode
|
|
{
|
|
ModuleId = 143,
|
|
ErrorCodeShift = 9,
|
|
|
|
Success = 0
|
|
}
|
|
} |