misc: chore: Use explicit types in HLE project
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Ryujinx.HLE.Utilities
|
||||
}
|
||||
else
|
||||
{
|
||||
var pfsTemp = new PartitionFileSystem();
|
||||
PartitionFileSystem pfsTemp = new PartitionFileSystem();
|
||||
Result initResult = pfsTemp.Initialize(file.AsStorage());
|
||||
|
||||
if (throwOnFailure)
|
||||
|
||||
Reference in New Issue
Block a user