Skip to content

Allow overlap with gfx_CopyRectangle #660

@ZERICO2005

Description

@ZERICO2005

Currently, gfx_CopyRectangle does not allow for two buffers to overlap. However, it does not appear to be too difficult to allow overlapping buffers.

This basically means implementing gfx_CopyRectangle like memmove instead of memcpy. Copying forwards with LDIR when src > dst, and copying backwards with LDDR when src < dst

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions