ps2dev / gsKit

gsKit is a C interface to the PS2 Graphics Synthesizer
Other
107 stars 28 forks source link

clean up BMP handling #35

Closed KrahJohlito closed 4 years ago

KrahJohlito commented 4 years ago

Hey guys, I was still having issues with OPL (newlib) regarding BMPs but it was backgrounds this time.. cleaning up the BMP func in toolkit seems to have fixed the problem for both BMP COVs & BGs...provided we still use Texture->Delayed in OPL so theres probably still and issue in gsKit_texture_finish() somewhere.

Fix is likely due to no longer using UCAB memory but I can't say for sure as I just quickly tested this commit as a whole.

KrahJohlito commented 4 years ago

Yea looks like you’ve already force pushed an update to ifcaro so all good. Sure I’ll do it this evening, looks like I missed a couple instances where to file never gets closed also so I’ll do that too. Thanks

rickgaiser commented 4 years ago

Thanks you. I've squashed and merged it.