diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothUser.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothUser.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothUser.cs b/src/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothUser.cs index 1a5e25a4..04782d08 100644 --- a/src/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothUser.cs +++ b/src/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothUser.cs @@ -27,4 +27,4 @@ namespace Ryujinx.HLE.HOS.Services.Bluetooth return ResultCode.Success; } } -}
\ No newline at end of file +} |