generated from LizardByte/template-base
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [third-party/nxdk](https://github.com/XboxDev/nxdk) from `f133d5c` to `bccbc72`. - [Commits](XboxDev/nxdk@f133d5c...bccbc72) --- updated-dependencies: - dependency-name: third-party/nxdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2083803
commit 1c424cd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nxdk
updated
23 files
+2 −2 | .github/workflows/build_samples.yml | |
+1 −1 | bin/activate | |
+3 −3 | bin/nxdk-pkg-config | |
+4 −0 | lib/hal/debug.c | |
+207 −167 | lib/net/nvnetdrv/nvnetdrv.c | |
+9 −9 | lib/net/nvnetdrv/nvnetdrv.h | |
+26 −26 | lib/net/nvnetdrv/nvnetdrv_lwip.c | |
+2 −1 | lib/net/nvnetdrv/nvnetdrv_regs.h | |
+1 −1 | lib/nxdk/automount_d.c | |
+1 −1 | lib/pdclib | |
+1 −1 | lib/pkgconfig/SDL2_image.pc | |
+1 −1 | lib/pkgconfig/SDL2_ttf.pc | |
+2 −2 | lib/pkgconfig/libjpeg.pc | |
+1 −1 | lib/pkgconfig/libpng.pc | |
+1 −1 | lib/pkgconfig/sdl2.pc | |
+1 −1 | lib/pkgconfig/zlib.pc | |
+2 −0 | lib/winapi/processthreadsapi.h | |
+5 −0 | lib/winapi/sysinfo.c | |
+1 −0 | lib/winapi/sysinfoapi.h | |
+28 −0 | lib/winapi/thread.c | |
+13 −0 | lib/winapi/winbase.h | |
+1 −1 | lib/zlib/zlib | |
+2 −0 | share/toolchain-nxdk.cmake |