natinusala / borealis

Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx)
Apache License 2.0
260 stars 83 forks source link

Logger: use fmt #44

Closed natinusala closed 4 years ago

natinusala commented 4 years ago

Self-explanatory, I was tired of using old printf.

fmt is included as a subrepo - for PC we build both files, for Switch we only build format.cc.

We have to use a shitty wrapper for Switch because the DKP makefile rules don't recognize .cc files 🙃