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
fe37c33b29
commit
c645d70e95
@ -108,7 +108,7 @@ void getDirectoryContents (vector<DirEntry>& dirContents) {
|
||||
|| (dirEntry.name.substr(dirEntry.name.find_last_of(".") + 1) == "dsi")
|
||||
|| (dirEntry.name.substr(dirEntry.name.find_last_of(".") + 1) == "DSI"))
|
||||
{
|
||||
dirEntry.isApp = (sdMounted || flashcardMounted);
|
||||
dirEntry.isApp = ((currentDrive == 0 && sdMounted) || (currentDrive == 1 && flashcardMounted));
|
||||
} else if ((dirEntry.name.substr(dirEntry.name.find_last_of(".") + 1) == "firm")
|
||||
|| (dirEntry.name.substr(dirEntry.name.find_last_of(".") + 1) == "FIRM"))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user