The duplicating bug of the recent ROMs menu should now be definitively gone.

This commit is contained in:
luigi__ 2008-12-28 00:11:32 +00:00
parent 5babff7a65
commit 70a8af9942
1 changed files with 3 additions and 0 deletions

View File

@ -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++)