mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
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
|
|
}
|
|
} |