astronautlevel2 / Anemone3DS

A theme and boot splash manager for the Nintendo 3DS console
GNU General Public License v3.0
881 stars 42 forks source link

fix makefile (shader and texture rules) #296

Closed LiquidFenrir closed 4 months ago

LiquidFenrir commented 4 months ago

they're now part of devkitARM base rules, not needed anymore, in fact there was a conflict. The t3x for romfs needed to be more specific. this is based on the changes to 3ds-examples/graphics/gpu/gpusprite which was the base of the post-citro2d rewrite Makefile Also, uses release libctru instead of debug, dunno why that was so. Maybe need to make all 3 3ds libs debug instead? Needs testing for nothing being actually broken, everything builds though.

Jan200101 commented 4 months ago

upstream PR that broke this https://github.com/devkitPro/devkitarm-rules/pull/6

Jan200101 commented 4 months ago

confirmed working