From 5208cfe621487bb5df57dd83674dffe077fb884a Mon Sep 17 00:00:00 2001 From: Lorenzooone Date: Tue, 13 Jan 2026 01:57:02 +0100 Subject: [PATCH] Fix issue with bad bottom screen split for Partner CTR Capture --- include/hw_defs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hw_defs.hpp b/include/hw_defs.hpp index a6e8575..ca493b2 100755 --- a/include/hw_defs.hpp +++ b/include/hw_defs.hpp @@ -92,7 +92,7 @@ #define MAX_IN_VIDEO_HEIGHT_TOP (TOP_WIDTH_3DS + TOP_WIDTH_3DS) #define MAX_IN_VIDEO_WIDTH_SINGLE_TOP IN_VIDEO_WIDTH_3DS_ROT #define MAX_IN_VIDEO_HEIGHT_SINGLE_TOP TOP_WIDTH_3DS -#define MAX_IN_VIDEO_WIDTH_BOTTOM IN_VIDEO_WIDTH_3DS_BOT_ROT +#define MAX_IN_VIDEO_WIDTH_BOTTOM TOP_WIDTH_3DS #define MAX_IN_VIDEO_HEIGHT_BOTTOM BOT_WIDTH_3DS // 1096 is the value when things are ideal. However, it can actually happen that the transfer isn't 100% on time.