From fd8dc05313516ec9d08aaafb4205ab6fd6341604 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Tue, 5 Sep 2023 15:26:03 +0300 Subject: [PATCH] fixing build --- src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h b/src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h index 9cd8f75b..0bb3f494 100644 --- a/src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h +++ b/src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h @@ -14,7 +14,6 @@ struct VideoConfigInternal { SceVideoOutVblankStatus m_vblank_status; std::vector m_flip_evtEq; int m_flip_rate = 0; - SceVideoOutResolutionStatus m_resolution; }; class VideoOutCtx {