diff --git a/src/duckstation-sdl/sdl_host_interface.cpp b/src/duckstation-sdl/sdl_host_interface.cpp index 6a67d4a17..fb9917922 100644 --- a/src/duckstation-sdl/sdl_host_interface.cpp +++ b/src/duckstation-sdl/sdl_host_interface.cpp @@ -902,6 +902,9 @@ void SDLHostInterface::DrawQuickSettingsMenu() StopDumpingAudio(); } + if (ImGui::MenuItem("Save Screenshot")) + RunLater([this]() { SaveScreenshot(); }); + if (settings_changed) { RunLater([this]() {