Do not initialize unnecessarily #613
Annotations
10 warnings
Build:
src/Ryujinx.HLE/HOS/Services/Am/AppletAE/AllSystemAppletProxiesService/SystemAppletProxy/ISelfController.cs#L25
Field 'ISelfController._accumulatedSuspendedTickValue' is never assigned to, and will always have its default value 0
|
Build:
src/Ryujinx.HLE/HOS/Services/Mii/MiiDatabaseManager.cs#L14
Field 'MiiDatabaseManager._isTestModeEnabled' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.HLE/HOS/Services/Fs/FileSystemProxy/LazyFile.cs#L13
Field 'LazyFile._fileReference' is never assigned to, and will always have its default value
|
Build:
src/Ryujinx.HLE/HOS/Services/Pctl/ParentalControlServiceFactory/IParentalControlService.cs#L18
Field 'IParentalControlService._restrictionEnabled' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.HLE/HOS/Services/Pctl/ParentalControlServiceFactory/IParentalControlService.cs#L19
Field 'IParentalControlService._featuresRestriction' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs#L58
Field 'INvDrvServices._debugModeEnabled' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.Tests/Cpu/CpuTestSimd32.cs#L183
Field 'CpuTestSimd32._noInfs' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.Tests/Cpu/CpuTestSimdFcond.cs#L140
Field 'CpuTestSimdFcond._noNaNs' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.Tests/Cpu/CpuTestSimdCvt32.cs#L165
Field 'CpuTestSimdCvt32._noInfs' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.Tests/Cpu/CpuTestSimdReg32.cs#L277
Field 'CpuTestSimdReg32._noNaNs' is never assigned to, and will always have its default value false
|
Loading