From 70a8af99425b72ed7182978feac14cd6fb036c78 Mon Sep 17 00:00:00 2001 From: luigi__ Date: Sun, 28 Dec 2008 00:11:32 +0000 Subject: [PATCH] The duplicating bug of the recent ROMs menu should now be definitively gone. --- desmume/src/windows/main.cpp | 3 +++ 1 file changed, 3 insertions(+) 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++)