summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/bcfnt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-102-202/+0
|
* apt/shared_font: don't relocate zero offsetwwylele2017-06-251-2/+4
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Auto-detect original shared_font.bin memory baseYuri Kunde Schlesner2016-08-272-24/+67
| | | | | This allows a file dumped from either an o3DS or a n3DS (and potentially even an original unrebased file) to be used.
* APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.Subv2016-05-132-0/+158