mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-02 21:22:43 +01:00
This commit is contained in:
parent
eedebfdbb5
commit
04e0cabb22
@ -208,8 +208,9 @@ WindowPrompt(const char *title, const char *msg, const char *btn1Label, const ch
|
||||
mainWindow->SetState(STATE_DISABLED);
|
||||
mainWindow->Append(&promptWindow);
|
||||
mainWindow->ChangeFocus(&promptWindow);
|
||||
btn1.ResetState();
|
||||
btn2.SetState(STATE_SELECTED);
|
||||
ResumeGui();
|
||||
if(btn2Label) promptWindow.MoveSelectionHor(1); // change selection to btn2
|
||||
|
||||
while(choice == -1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user