SDL: Add screenshot to menu
This commit is contained in:
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…
Reference in New Issue