Home
last modified time | relevance | path

Searched refs:romDir (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/stella/stella-6.6/src/gui/
H A DLauncherDialog.cxx856 string romDir = instance().settings().getString("romdir"); in handleCommand() local
858 if(myList->currentDir().getPath() != romDir) in handleCommand()
860 FilesystemNode node(romDir); in handleCommand()
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dqmc2main.cpp10585 QDir romDir(romPath); in checkRomPath() local
10586 if ( romDir.isRelative() ) { in checkRomPath()
10607 QDir romDir(romPath); in checkRomPath() local
10608 if ( !romDir.exists() ) { in checkRomPath()
10612 } else if ( !romDir.isReadable() ) { in checkRomPath()