diff options
| author | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2021-12-18 02:56:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-18 02:56:27 +0100 |
| commit | f39eeeb9dd7dff0d85eace8505d16500df3f063c (patch) | |
| tree | 1cc7816ae1faa5bbfd3e0901e7483b316aa50655 | |
| parent | 203cf5164b31f72560c6fb32916713975a13da68 (diff) | |
title import: create all title/ subdirectories
| -rw-r--r-- | src/DSi_NAND.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DSi_NAND.cpp b/src/DSi_NAND.cpp index 366dfbd..4366ce6 100644 --- a/src/DSi_NAND.cpp +++ b/src/DSi_NAND.cpp @@ -1020,6 +1020,8 @@ bool ImportTitle(const char* appfile, u8* tmd, bool readonly) // folder + sprintf(fname, "0:/title/%08x", titleid0); + f_mkdir(fname); sprintf(fname, "0:/title/%08x/%08x", titleid0, titleid1); f_mkdir(fname); sprintf(fname, "0:/title/%08x/%08x/content", titleid0, titleid1); |