mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06: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