Fix compilation warnings and use new LibHac APIs for executable loading (#1350)
* Fix compilation warnings and use new LibHac APIs for executable loading * Migrate NSO loader to the new reader and fix kip loader * Fix CS0162 restore * Remove extra return lines * Address Moose's comment
This commit is contained in:
@ -9,9 +9,9 @@ namespace Ryujinx.HLE.HOS.Services.Bluetooth
|
||||
[Service("btdrv")]
|
||||
class IBluetoothDriver : IpcService
|
||||
{
|
||||
#pragma warning disable CS0169
|
||||
#pragma warning disable CS0414
|
||||
private string _unknownLowEnergy;
|
||||
#pragma warning restore CS0169
|
||||
#pragma warning restore CS0414
|
||||
|
||||
public IBluetoothDriver(ServiceCtx context) { }
|
||||
|
||||
|
Reference in New Issue
Block a user