mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-12-23 10:21:55 +01:00
Fix the bug where you see settings for the wrong game if you switch games during the game prompt.
This commit is contained in:
parent
c6fd33eeb1
commit
84e3d18533
@ -1271,6 +1271,9 @@ int MenuDiscList()
|
||||
else if (Settings.gameDisplay==carousel) mainWindow->Remove(gameCarousel);
|
||||
mainWindow->Remove(&w);
|
||||
ResumeGui();
|
||||
|
||||
//re-evaluate header now in case they changed games while on the game prompt
|
||||
header = &gameList[gameSelected];
|
||||
int settret = GameSettings(header);
|
||||
menu = MENU_DISCLIST; // refresh titles (needed if the language setting has changed)
|
||||
HaltGui();
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define SVN_REV "653M"
|
||||
#define SVN_REV "653:654M"
|
||||
|
||||
const char *GetRev()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user