现在是修复连接错误了,嘿嘿

This commit is contained in:
a92126 2024-10-03 22:20:29 +08:00
parent 4be3f76c6d
commit 273463f658

View File

@ -976,7 +976,7 @@ KHandle setupFrameCapture(const u8 scaler)
memcpy(gbaCfg.hMatrix, &matrix[6 * 8], 6 * 8 * 2); memcpy(gbaCfg.hMatrix, &matrix[6 * 8], 6 * 8 * 2);
} }
return LGYFB_init(&gbaCfg); return LGYCAP_init(LGYCAP_DEV_TOP, &gbaCfg);
} }
// @MERGE 231006 END // @MERGE 231006 END