mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
Added a comment about how the theme browser finds the themes.
svn-id: r24218
This commit is contained in:
parent
1ced1777f8
commit
a972fc57cd
@ -90,6 +90,10 @@ void ThemeBrowser::updateListing() {
|
||||
th.file = "classic";
|
||||
_themes.push_back(th);
|
||||
|
||||
// we are using only the paths 'themepath', 'extrapath', DATA_PATH and '.'
|
||||
// since these are the default locations for the theme files
|
||||
// files in other places are ignored in this dialog
|
||||
// TODO: let the user browse the complete FS too/only the FS?
|
||||
if (ConfMan.hasKey("themepath"))
|
||||
addDir(_themes, ConfMan.get("themepath"), 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user