Fix NRO loading on 1.0.0
This commit is contained in:
parent
6544353245
commit
9e47bf852a
@ -104,7 +104,7 @@ int menuScan(const char* target) {
|
||||
bool entrytype=0;
|
||||
|
||||
memset(tmp_path, 0, sizeof(tmp_path));
|
||||
snprintf(tmp_path, sizeof(tmp_path)-1, "%s/%s", s_menu[!s_curMenu].dirname, dp->d_name);
|
||||
snprintf(tmp_path, sizeof(tmp_path)-1, "%s%s", s_menu[!s_curMenu].dirname, dp->d_name);
|
||||
|
||||
#ifdef __SWITCH__
|
||||
fsdev_dir_t* dirSt = (fsdev_dir_t*)dir->dirData->dirStruct;
|
||||
|
Loading…
Reference in New Issue
Block a user