platoterm64 icon indicating copy to clipboard operation
platoterm64 copied to clipboard

Use screen_block_draw to clear prefs area

Open rhalkyard opened this issue 5 years ago • 0 comments

Based on @greg-king5's comment on PR #40, I reworked prefs_clear to just use screen_block_draw, which does all the scaling for us, and got rid of all the redundant scaling logic that I added (and the special-case ifdef for the Apple 2).

As a side effect, since screen_block_draw asserts flow control, it was necessary to add a dummy flow-control function, that the flow on/off function pointers can point at until the drivers are loaded.

rhalkyard avatar Sep 22 '19 20:09 rhalkyard