mirror of https://github.com/stella-emu/stella.git
fixed virtual folder handling when "romdir" is a virtual folder
This commit is contained in:
parent
ed547df8ad
commit
ab1768a0ec
|
@ -130,7 +130,10 @@ void LauncherFileListWidget::extendLists(StringList& list)
|
|||
// Then show virtual dirs in parent dir of "romdir".
|
||||
if(myRomDir == startRomDir()
|
||||
&& (myInVirtualDir || BSPF::endsWithIgnoreCase(_node.getPath(), ".zip")))
|
||||
{
|
||||
myRomDir = _node.getParent().getPath();
|
||||
instance().settings().setValue("startromdir", myRomDir);
|
||||
}
|
||||
else
|
||||
myRomDir = startRomDir();
|
||||
|
||||
|
|
Loading…
Reference in New Issue