Readd font support (not workign yet)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user