mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
SDL: Add screenshot to menu
This commit is contained in:
parent
6b68512ac1
commit
ffb760c79d
|
@ -902,6 +902,9 @@ void SDLHostInterface::DrawQuickSettingsMenu()
|
||||||
StopDumpingAudio();
|
StopDumpingAudio();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ImGui::MenuItem("Save Screenshot"))
|
||||||
|
RunLater([this]() { SaveScreenshot(); });
|
||||||
|
|
||||||
if (settings_changed)
|
if (settings_changed)
|
||||||
{
|
{
|
||||||
RunLater([this]() {
|
RunLater([this]() {
|
||||||
|
|
Loading…
Reference in a new issue