mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Bug fix
This commit is contained in:
parent
4d940815ad
commit
259b683adb
@ -450,9 +450,9 @@ string browseForFile (void) {
|
|||||||
if (getOp == 0) {
|
if (getOp == 0) {
|
||||||
// Return the chosen file
|
// Return the chosen file
|
||||||
return entry->name;
|
return entry->name;
|
||||||
} else if (getOp == 1 || getOp == 2 || nitroMounted) {
|
} else if (getOp == 1 || getOp == 2 || (getOp == 3 && nitroMounted)) {
|
||||||
getDirectoryContents (dirContents); // Refresh directory listing
|
getDirectoryContents (dirContents); // Refresh directory listing
|
||||||
if (nitroMounted) {
|
if (getOp == 3 && nitroMounted) {
|
||||||
screenOffset = 0;
|
screenOffset = 0;
|
||||||
fileOffset = 0;
|
fileOffset = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user