diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index 35c3b9e83..623d8b3d9 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -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++)