Rollback the CreateExitDialog function that was lost with auto updater
This commit is contained in:
parent
ce87650d81
commit
ace67ed324
2 changed files with 6 additions and 1 deletions
|
@ -56,5 +56,10 @@ namespace Ryujinx.Ui
|
|||
|
||||
return response == ResponseType.Yes;
|
||||
}
|
||||
|
||||
internal static bool CreateExitDialog()
|
||||
{
|
||||
return CreateChoiceDialog("Ryujinx - Exit", "Are you sure you want to stop emulation?", "All unsaved data will be lost!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue