-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libraries and adjust code to match again
- Loading branch information
ThePixelGamer
committed
Jul 26, 2024
1 parent
96f611f
commit de0fd08
Showing
10 changed files
with
35 additions
and
41 deletions.
There are no files selected for viewing
Submodule NintendoSDK
updated
25 files
+8 −1 | CMakeLists.txt | |
+62 −0 | include/nn/am.h | |
+5 −0 | include/nn/applet.h | |
+1 −1 | include/nn/diag.h | |
+7 −140 | include/nn/fs.h | |
+10 −0 | include/nn/fs/fs_bcat.h | |
+59 −0 | include/nn/fs/fs_directories.h | |
+111 −0 | include/nn/fs/fs_files.h | |
+25 −0 | include/nn/fs/fs_mount.h | |
+17 −0 | include/nn/fs/fs_rom.h | |
+13 −0 | include/nn/fs/fs_save.h | |
+82 −0 | include/nn/fs/fs_types.h | |
+308 −29 | include/nn/hid.h | |
+36 −9 | include/nn/mem.h | |
+6 −0 | include/nn/nnmusl.hpp | |
+6 −1 | include/nn/oe.h | |
+3 −1 | include/nn/os.h | |
+22 −0 | include/nn/pl.h | |
+27 −0 | include/nn/settings.h | |
+163 −16 | include/nn/socket.h | |
+25 −2 | include/nn/swkbd/swkbd.h | |
+220 −48 | include/nn/util/util_BitFlagSet.h | |
+65 −0 | include/nn/vfx/Resource.h | |
+1 −1 | include/nvn/nvn_CppFuncPtrBase.h | |
+100 −0 | include/nvn/nvn_DeviceConstantsNX.h |
Submodule sead
updated
32 files
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
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
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
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