mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 02:52:25 -07:00
Fix wrong assignment and allow null FilePaths on Executable
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Ryujinx.HLE.Loaders.Executables
|
||||
HasDataHash = 1 << 5
|
||||
}
|
||||
|
||||
public Nso(Stream Input, string Name)
|
||||
public Nso(Stream Input, string FilePath)
|
||||
{
|
||||
this.FilePath = FilePath;
|
||||
|
||||
|
Reference in New Issue
Block a user