-
Was having some trouble getting Hdls to work, I was doing everything correctly but it would always crash when calling e.g. `hiddbgIsHdlsVirtualDeviceAttached()`.
After a bit of debugging I realiz…
-
If you go to the Wiki page to see the changelog, the latest seems to be version 14.0.0
[Wiki](https://github.com/THZoria/NX_Firmware/wiki)
Could we get the changelog updated to include the last f…
-
It would be nice to have this emulator as a libretro core or native nx app with libnx
here is the toolchain for building switch homebrew https://switchbrew.org/wiki/Setting_up_Development_Environme…
-
**Project description**
libnx is a library for developing Nintendo Switch homebrew.
**Metadata**
* homepage URL: https://github.com/switchbrew/libnx
* source URL: https://github.com/switchbrew…
-
## Bug Report
### What's the issue you encountered?
Everytime the switch gives an error atmosphere crashes
### How can the issue be reproduced?
for example, when i try to connect to the intern…
-
Ive come across a few cartridge dumps that verify just fine, but are unable to locate the title key in the .tik file if one is included in the cartridge. Below, I have included some screenshots. The k…
-
We have hardware SHA1 and CRC32 in libnx now this could be used to speed up the content importer
https://github.com/switchbrew/libnx/pull/259
Relevant pull request
-
Looking over the switchbrew documentation [here](https://switchbrew.org/wiki/Homebrew_Menu#Themes), I am wondering what the proper format of `posEnd[0]` is in the config file and what it does exactly.…
-
hello
would it be possible to initialize the graphic subsystem in linear double buffer mode, instead of the tiled currently used for example in test_display ?
it's very difficult to find where t…
-
目前实现的是:ldn_mitm替换了系统的ldn服务,将从游戏接收到的网络请求数据发送到switch-lan-play,switch-lan-play再将相关数据发给了另一台switch的ldn_mitm服务。
未破ban机同步游戏版本是一个强需求。但未破机无法安装ldn_mitm,也就无法利用这两个项目实现同步游戏版本。
同步游戏版本功能看起来是一个特殊的面对面连接的例子。
如果将…