mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 04:23:09 +00:00
Adjustments to update the hash path through the plugin instead
This commit is contained in:
parent
e2140201e0
commit
18cde12fd8
2 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ namespace FirstPlugin
|
|||
|
||||
public void Load(System.IO.Stream stream)
|
||||
{
|
||||
SARCExt.SARC.HashDirectory = Path.Combine(Runtime.ExecutableDir, "Lib", "SarcHashes");
|
||||
|
||||
CanSave = true;
|
||||
IFileInfo.UseEditMenu = true;
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue