Use 12 recent items for both Andriod/iOS & Windows plaform

This commit is contained in:
raven02 2013-04-15 08:23:57 +08:00
parent 45a1a3fe42
commit d899d45309

View file

@ -23,11 +23,7 @@
Config g_Config;
#ifdef _WIN32
#define MAX_RECENT 12
#else
#define MAX_RECENT 8
#endif
Config::Config()
{
@ -222,4 +218,4 @@ void Config::CleanRecent() {
}
recentIsos = cleanedRecent;
}
}