mirror of https://github.com/stella-emu/stella.git
One more for
Merge remote-tracking branch 'remotes/origin/master' into feature-highscores
This commit is contained in:
parent
38bc7eb245
commit
ff3b69cec7
|
@ -208,10 +208,6 @@ LauncherDialog::LauncherDialog(OSystem& osystem, DialogContainer& parent,
|
||||||
|
|
||||||
// Create (empty) context menu for ROM list options
|
// Create (empty) context menu for ROM list options
|
||||||
myMenu = make_unique<ContextMenu>(this, osystem.frameBuffer().font(), EmptyVarList);
|
myMenu = make_unique<ContextMenu>(this, osystem.frameBuffer().font(), EmptyVarList);
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> remotes/origin/master
|
|
||||||
|
|
||||||
// Create global props dialog, which is used to temporarily overrride
|
// Create global props dialog, which is used to temporarily overrride
|
||||||
// ROM properties
|
// ROM properties
|
||||||
|
|
Loading…
Reference in New Issue