From 58410d7d0ebe5184a8e5e8eb3e96b90ee0909426 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Thu, 17 Aug 2023 22:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=BF=AE=E6=AD=A3=E6=BC=8F?= =?UTF-8?q?=E6=8E=89=E7=9A=84=E5=9C=B0=E6=96=B9?= 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 01cbfdc..9c21562 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -877,7 +877,7 @@ Result oafParseConfigEarly(void) return res; } -u8 oafGetBacklightConfig(void) +u16 oafGetBacklightConfig(void) { return g_oafConfig.backlight; }