mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-02 07:27:18 +00:00
Move solution and projects to src
This commit is contained in:
10
src/Ryujinx.HLE/HOS/Services/BluetoothManager/ResultCode.cs
Normal file
10
src/Ryujinx.HLE/HOS/Services/BluetoothManager/ResultCode.cs
Normal file
@@ -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