Readd font support (not workign yet)

This commit is contained in:
2026-03-22 21:50:53 +01:00
parent b49c0bd3dc
commit 4777c85f9a
13 changed files with 427 additions and 19 deletions
+2
View File
@@ -16,6 +16,8 @@ struct HorizonNX::Impl {
void HorizonNX::Init() {
if (impl) return;
impl = new Impl();
socketInitializeDefault();
nxlinkStdio();
romfsInit();
glfwInit();
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4);