Added a new game option to allow the user to decide how to sort sets in filter and award section (by sector, by name or by release date).
This commit is contained in:
@@ -47,6 +47,7 @@ public:
|
||||
SHOWBORDER,
|
||||
BLKBORDER,
|
||||
SHOWTOKENS,
|
||||
SORTINGSETS,
|
||||
GDVLARGEIMAGE,
|
||||
CARDPREFETCHING,
|
||||
OSD,
|
||||
@@ -274,6 +275,19 @@ private:
|
||||
static OptionASkipPhase mDef;
|
||||
};
|
||||
|
||||
class OptionASortingSets : public EnumDefinition
|
||||
{
|
||||
public:
|
||||
static EnumDefinition * getInstance()
|
||||
{
|
||||
return &mDef;
|
||||
}
|
||||
|
||||
private:
|
||||
OptionASortingSets();
|
||||
static OptionASortingSets mDef;
|
||||
};
|
||||
|
||||
class OptionWhosFirst : public EnumDefinition
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user