mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-26 01:16:26 -05:00
Rollback the CreateExitDialog function that was lost with auto updater
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user