The duplicating bug of the recent ROMs menu should now be definitively gone.
This commit is contained in:
parent
5babff7a65
commit
70a8af9942
|
@ -640,6 +640,9 @@ void GetRecentRoms()
|
|||
|
||||
stringstream temp;
|
||||
char tempstr[256];
|
||||
|
||||
// Avoids duplicating when changing the language.
|
||||
RecentRoms.clear();
|
||||
|
||||
//Loops through all available recent slots
|
||||
for (int x = 0; x < MAX_RECENT_ROMS; x++)
|
||||
|
|
Loading…
Reference in New Issue