Hydr8gon / sm64

A port of Super Mario 64 for the DSi
Creative Commons Zero v1.0 Universal
130 stars 9 forks source link

Fixed white background in start screen #3

Closed niansa closed 3 years ago

niansa commented 3 years ago

This is a little hacky but it works. As far as I could see it does not break other stuff.

niansa commented 3 years ago

Actually no, please don't merge. Just... Too hacky.

nadiaholmquist commented 3 years ago

https://github.com/Hydr8gon/sm64/commit/a8d7a34f82cf3dc1ab6d29396de0552861b52fd3 This was already fixed here.

Hydr8gon commented 3 years ago

Yep, the issue was that the background was made up of 80x20 textures, which is a size the DS doesn't natively support. I added a workaround that basically copies these textures into a larger texture, and luckily this works fine because the background doesn't rely on texture wrapping.