mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 02:30:08 -06: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