natinusala / borealis

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

Support newer libnx version #177

Closed DisabledMallis closed 8 months ago

DisabledMallis commented 8 months ago

It appears that swkbdConfigSetStringLenMaxExt was replaced with swkbdConfigSetStringLenMin on the libnx repo... I was having trouble building the demo because of this. I also noticed std::optional was used but not included in the dx_renderer.hpp file? Not sure if thats a change that should be kept, but that was also causing problems for me.

EmreTech commented 8 months ago

This is a duplicate of #168, which fixes the same problem.

DisabledMallis commented 8 months ago

Apologies, I had not seen that. Closing