libnx icon indicating copy to clipboard operation
libnx copied to clipboard

Library for Switch Homebrew

Results 11 libnx issues
Sort by recently updated
recently updated
newest added

In version 3.0 of the Horizon kernel, new memory management SVCs were added. These essentially implement a new, more flexible take on heap management. Newer official software is known to...

Hi there is any chance to get Video HW decoder? I know Tegra can decode h264/hevc in hw, any resarch on getting it in libnx? Thanks

This fixes a 60+ seconds block in `connect()` whenever `nxlinkConnectToHost()` is called by the NRO sent via nxlink, but the `-s` argument isn't used.

Hi there, I'm trying to implement mDNS protocol in my nintendo switch brew. My approach: ``` #include ... socketInitialize(); sock = socket(AF_INET, SOCK_DGRAM, 0); setsockopt(sock, IPPROTO_IP, IP_MULTICAST_TTL, (void*) &param, sizeof(param));...

To be able to use [MDNS lib](https://github.com/mjansson/mdns) I had to add header for ipv6 address structure

Application use: I use this in [sys-tune](https://github.com/HookedBehemoth/sys-tune/tree/master/sys-tune/source/impl) to allow for per title volume control whilst keeping the master volume the same. I've tried to match the style of audout.c/h. It...

This adds version checking to removed commands, and adds the new info types (we apparently never added 16.0.0's IoRegionHint). The hidsys commands can be cloned to hiddbg, not sure how...

This exposes some more of the RomFS API to the public facing side allowing file "opening" and directory listing natively without requiring stdio. The main reason for this is to...

This pull request shouldn't be merged yet; it will contain all commits necessary for basic atmosphere/libnx functionality on 19.0.0.