pd-3ds: Add sysfont loader

- add support for Alpha only textures in rendering
This commit is contained in:
2025-12-19 21:07:57 +01:00
parent 1e35dbd743
commit 4ad00cd2be
3 changed files with 120 additions and 6 deletions

View File

@@ -28,5 +28,6 @@ SOFTWARE.
#include <pd-3ds/bknd-hid.hpp>
namespace PD {
PD::Li::Font::Ref LoadSystemFont();
void Init(void* data = nullptr);
}
} // namespace PD