You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HID input is now accepted from all controllers including handheld when connected, instead of determining which controllers to use with hidGetHandheldMode().
Fixed a crash in touch handling for star-button when the current directory is empty (no menu entries).
Implemented layouts which can optionally be loaded from theme config.
Added support for using themes with extension '.romfs', which contains '/theme.cfg', optionally '/icon.jpg' for the menu-entry in Theme Menu, and any assets. Added 'assets' group to theme config, this is only used with .romfs themes.
Added logoColor and highlightGradientEdgeColor to the theme config.
When entering Theme Menu, the initially selected menu-entry is now the currently configured theme.
Updated the default highlightGradientEdgeColor.
File-association entries without an icon are no longer ignored (such as when there's no embedded app-icon and no other icon is loaded).
Added support for using file-associations with netloader, an error will now be thrown if the filename/file-extension used with netloader is not recognized.
Errors during netloader activation are now actually displayed.
Netloader now uses SO_REUSEADDR, this fixes netloader activation temporarily failing after a netloader error previously occurred.