mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
95eb0966cd
|
@ -286,7 +286,6 @@ void LauncherDialog::addRomWidgets(int& ypos)
|
|||
const int listWidth = _w - (romWidth > 0 ? romWidth + fontWidth : 0) - HBORDER * 2;
|
||||
|
||||
// remember initial ROM directory for returning there via home button
|
||||
string romDir = getRomDir();
|
||||
instance().settings().setValue("startromdir", getRomDir());
|
||||
myList = new LauncherFileListWidget(this, _font, xpos, ypos, listWidth, listHeight);
|
||||
myList->setEditable(false);
|
||||
|
|
Loading…
Reference in New Issue