rakslice / macemu

Basilisk II and SheepShaver Macintosh emulators
0 stars 0 forks source link

VOSF full screen: `dst_bytes_per_row` #52

Closed rakslice closed 3 years ago

rakslice commented 3 years ago

In the VOSF full screen mode partial update routine, dst_bytes_per_row seems to only exist to fail to blit the last pixels on the row for a reason I don't understand, and otherwise cancels out.

Figure out what it's for or get rid of it.