issues
search
KallistiOSUnchained
/
KallistiOS
An SDK designed for Sega Dreamcast homebrew, offering developers the tools, libraries, and support needed to unlock the full potential of the console.
https://kallistiosunchained.github.io/KallistiOS/
4
stars
1
forks
source link
Stride X32 fixes
#6
Closed
andressbarajas
closed
4 days ago
andressbarajas
commented
4 days ago
Fixed striding for textures that have a width that is a multiple of 32 but not a POW2.
Updated naming of flags to be more descriptive/correct.
Added pvr_txr_get_stride() and pvr_txr_set_stride() to safely edit the stride register in the PVR.
Added strided_texture example to the PVR folder to demo these changes.