1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-16 20:13:24 +01:00
TegraExplorer/source/keys/save.h
suchmememanyskill 12136d9289 [Script] add last bits
Fixed: Scripts should free at the end
Added: ncaGetType, saveSign
Modified: pathCombine can now take 2+ args to combine
2021-01-04 16:57:47 +01:00

4 lines
73 B
C

#pragma once
#include "../err.h"
ErrCode_t saveCommit(const char *path);