mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-27 23:49:15 +00:00
11 lines
162 B
C#
11 lines
162 B
C#
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
|
{
|
|
enum ResultCode
|
|
{
|
|
ModuleId = 143,
|
|
ErrorCodeShift = 9,
|
|
|
|
Success = 0,
|
|
}
|
|
}
|