mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
修复下屏无缩放的显示错误
This commit is contained in:
parent
66f12d92e5
commit
438ef3fcc1
@ -901,7 +901,7 @@ u16 oafGetBacklightConfig(void)
|
|||||||
// @MERGE 231006 START
|
// @MERGE 231006 START
|
||||||
KHandle setupFrameCapture(const u8 scaler)
|
KHandle setupFrameCapture(const u8 scaler)
|
||||||
{
|
{
|
||||||
const bool is240x160 = scaler < 2;
|
const bool is240x160 = scaler != 2;
|
||||||
static const s16 matrix[12 * 8] =
|
static const s16 matrix[12 * 8] =
|
||||||
{
|
{
|
||||||
// Vertical.
|
// Vertical.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user