From 273463f6582343e292c7df6cbf00e221a5b1cc69 Mon Sep 17 00:00:00 2001 From: a92126 <182859762@qq.com> Date: Thu, 3 Oct 2024 22:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E6=98=AF=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E9=94=99=E8=AF=AF=E4=BA=86=EF=BC=8C=E5=98=BF?= =?UTF-8?q?=E5=98=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/open_agb_firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index 3bfa83b..ac1bc45 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -976,7 +976,7 @@ KHandle setupFrameCapture(const u8 scaler) memcpy(gbaCfg.hMatrix, &matrix[6 * 8], 6 * 8 * 2); } - return LGYFB_init(&gbaCfg); + return LGYCAP_init(LGYCAP_DEV_TOP, &gbaCfg); } // @MERGE 231006 END