This commit is contained in:
RocketRobz 2018-10-08 15:26:52 -06:00
parent 4d940815ad
commit 259b683adb

View File

@ -450,9 +450,9 @@ string browseForFile (void) {
if (getOp == 0) {
// Return the chosen file
return entry->name;
} else if (getOp == 1 || getOp == 2 || nitroMounted) {
} else if (getOp == 1 || getOp == 2 || (getOp == 3 && nitroMounted)) {
getDirectoryContents (dirContents); // Refresh directory listing
if (nitroMounted) {
if (getOp == 3 && nitroMounted) {
screenOffset = 0;
fileOffset = 0;
}