knightfox75 / nds_nflib

C library for Nintendo DS software development based upon DevkitARM
Other
88 stars 9 forks source link

NF_WriteText: "\n" doesn't do a newline and instead does a space. #10

Closed BG2CNT closed 1 month ago

BG2CNT commented 1 month ago

image This is the textdemo example from the repository, not a single change to the source code, using NFlib with BlocksDS, the latest binaries from wf-pacman, I also tried with devkitARM and older NFlib (the one from SourceForge) it was the same result. (https://github.com/knightfox75/nds_nflib/blob/master/examples/text/textdemo/source/main.c#L65)

BG2CNT commented 1 month ago

14 fixes this up

AntonioND commented 1 month ago

Thanks!