nx-hbloader icon indicating copy to clipboard operation
nx-hbloader copied to clipboard

Host process for loading Switch homebrew NROs

Results 4 nx-hbloader issues
Sort by recently updated
recently updated
newest added

As for now, all homebrew apps are ran with [SystemResourceSize](https://switchbrew.org/wiki/NPDM#SystemResourceSize) = 0. This prevents from doing anything useful with [svcMapPhysicalMemory](https://switchbrew.org/wiki/SVC#MapPhysicalMemory), as it uses this limit. I propose increasing it to...

Hello, I m currently facing an issue with the pthread interface. Despite mutex/barrier and sched_yield some threads never execute after reaching a specific number. Some threads are like frozen (hanged)....

When opening hbmenu as album when running some games (e.g BOTW) nx-hbloader will fatal. Error code: 2345-0031 Firmware: 8.1.0 Atmosphere version: 0.9.4 [01569072853_010000000000100d.log](https://github.com/switchbrew/nx-hbloader/files/3638719/01569072853_010000000000100d.log) [01569072853_010000000000100d.zip](https://github.com/switchbrew/nx-hbloader/files/3638720/01569072853_010000000000100d.zip)

## The Problem As defined by the HBABI, the Argv key has an unused (formerly argc) field, and an argv field. When originally defined, it was unclear what exactly the...