mirror of https://github.com/mgba-emu/mgba.git
GBA BIOS: Fix Diff16bitUnFilter
This commit is contained in:
parent
9da3e5e1f9
commit
7059fcc257
|
@ -485,6 +485,6 @@ static void _unFilter(struct GBA* gba, uint32_t source, uint32_t dest, int inwid
|
|||
dest += outwidth;
|
||||
}
|
||||
source += inwidth;
|
||||
--remaining;
|
||||
remaining -= outwidth;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue