-
Investigating yet, but can't compile on new `libnx`:
`borealis/./library/lib/platforms/switch/swkbd.cpp:42:5: error: 'swkbdConfigSetStringLenMaxExt' was not declared in this scope; did you mean 'sw…
ghost updated
2 years ago
-
-
Tried all methods and counldn't find why, for other cores I can successfully output `_libretro_libnx.a`, but for these two cores I have no idea.
Noticed these two cores has stopped updates for a wh…
-
`nimble install`:
```Building libnx...
File doesn't exist: svc.h
stack trace: (most recent call last)
C:\Users\pc\GitHub\switch\nim-libnx\libnx.nimble(39, 12) installBefore
C:\Users\pc\GitHub\swi…
-
Master issue/check list of stuff to do for 19.0.0 changes. Note that I can't actually work on this properly until Wed/Thurs, I expect
- [x] Reverse engineer new kernel changes
- [x] Update fusee/…
-
Update 9.0.0 on the Nintendo Switch made some changes on how controllers are recognized by the console (HID).
A recent update in libnx has added support for said update:
https://github.com/switchbre…
-
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…
-
Current implementation of `in_addr` seems to be a placeholder:
https://github.com/ischeinkman/libnx-rs/blob/7ba2e97c5bf58389c72379f62d2b208fd5fd02f5/src/libnx_bindings.rs#L23219-L23221
For methods…
-
DevkitPro no longer provides the `devkitpro-pkgbuild-helpers` package, but instead `dkp-toolchain-vars`. The wiki page says to run this command
```
(dkp-)pacman -S devkitA64 devkitpro-pkgbuild-helpe…
-
All the direct `extern` bindings should be moved to a `libnx-rs-sys` crate, and `libnx-rs` should only contain a Rusty API wrapping that crate.