[Script] add last bits

Fixed: Scripts should free at the end
Added: ncaGetType, saveSign
Modified: pathCombine can now take 2+ args to combine
This commit is contained in:
suchmememanyskill
2021-01-04 16:57:47 +01:00
parent c9fdb650c3
commit 12136d9289
9 changed files with 132 additions and 18 deletions

4
source/keys/save.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#include "../err.h"
ErrCode_t saveCommit(const char *path);