From 6edf094be1c8dc9b62ca757e45a432507d322dd7 Mon Sep 17 00:00:00 2001 From: lizzie Date: Fri, 4 Sep 2026 22:34:45 +0000 Subject: [PATCH] 2026-09-04 22:34:45 Signed-off-by: lizzie --- src/core/hle/service/caps/caps_su.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/caps/caps_su.cpp b/src/core/hle/service/caps/caps_su.cpp index ee1325fe33..4ecfc840e4 100644 --- a/src/core/hle/service/caps/caps_su.cpp +++ b/src/core/hle/service/caps/caps_su.cpp @@ -73,7 +73,7 @@ void IScreenShotApplicationService::CaptureAndSaveScreenshot(AlbumReportOption r Layout::FramebufferLayout layout = Layout::DefaultFrameLayout(screenshot_width, screenshot_height); - const Capture::ScreenShotAttribute attribute{}; + Capture::ScreenShotAttribute attribute{}; attribute.orientation = Capture::AlbumImageOrientation::None; renderer.RequestScreenshot(