mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-09 08:59:32 +02:00
ncm: fix iteration of nested-subdirectory content files
This commit is contained in:
parent
714b162cda
commit
68ddbc732a
@ -288,7 +288,7 @@ namespace ams::ncm {
|
||||
}
|
||||
|
||||
/* Set the path to the parent directory. */
|
||||
this->path.Set(this->path.GetSubstring(0, i));
|
||||
this->path.Set(this->path.GetSubstring(0, i + 1));
|
||||
|
||||
/* Try to load again from the parent directory. */
|
||||
return this->LoadEntries();
|
||||
|
Loading…
Reference in New Issue
Block a user