Skip to content

Commit 5c84e9b

Browse files
committed
Fix two gfx_RLETSprite bugs
These bugs occured when: 1. width != height 2. Clipping on right and an opaque run starts at exactly xmax The example is improved/updated to cover these cases.
1 parent d4c196b commit 5c84e9b

File tree

7 files changed

+273
-270
lines changed

7 files changed

+273
-270
lines changed

examples/gfx_rletsprite/autotester.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"description": "Make sure the sprites are displayed properly",
1919
"start": "vram_start",
2020
"size": "vram_8_size",
21-
"expected_CRCs": [ "7C9ADADE" ]
21+
"expected_CRCs": [ "28404387" ]
2222
},
2323
"2": {
2424
"description": "Back to the home screen (exit check)",

0 commit comments

Comments
 (0)