mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Use 12 recent items for both Andriod/iOS & Windows plaform
This commit is contained in:
parent
45a1a3fe42
commit
d899d45309
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue