-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
9 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+421 Bytes
exefs_patches/bluetooth_patches/8C2A437B9890F6DA0FC3B17442B10E7C6FCDA6AA.ips
Binary file not shown.
Binary file added
BIN
+39 Bytes
exefs_patches/btm_patches/58518E8DDEB26A678AD332B3C8D772C24F2B0636.ips
Binary file not shown.
Submodule Atmosphere-libs
updated
70 files
Submodule libnx
updated
12 files
+7 −4 | nx/include/switch/kernel/svc.h | |
+43 −43 | nx/include/switch/services/bt.h | |
+342 −6 | nx/include/switch/services/hid.h | |
+16 −1 | nx/include/switch/services/ldr.h | |
+1 −0 | nx/include/switch/services/spl.h | |
+17 −9 | nx/source/display/native_window.c | |
+38 −0 | nx/source/runtime/dynamic.c | |
+48 −48 | nx/source/services/bt.c | |
+27 −0 | nx/source/services/hid.c | |
+13 −0 | nx/source/services/ldr.c | |
+2 −2 | nx/switch.ld | |
+1 −1 | nx/switch.specs |