diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmSystem.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmSystem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmSystem.cs b/src/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmSystem.cs index c4210b78..67d851b4 100644 --- a/src/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmSystem.cs +++ b/src/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmSystem.cs @@ -5,4 +5,4 @@ { public IBtmSystem(ServiceCtx context) { } } -}
\ No newline at end of file +} |