SDL: Add screenshot to menu

This commit is contained in:
Connor McLaughlin 2020-03-16 00:04:16 +10:00
parent 6b68512ac1
commit ffb760c79d

View file

@ -902,6 +902,9 @@ void SDLHostInterface::DrawQuickSettingsMenu()
StopDumpingAudio();
}
if (ImGui::MenuItem("Save Screenshot"))
RunLater([this]() { SaveScreenshot(); });
if (settings_changed)
{
RunLater([this]() {