SDL: Add screenshot to menu

pull/211/head
Connor McLaughlin 5 years ago
parent 6b68512ac1
commit ffb760c79d

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

Loading…
Cancel
Save