This website requires JavaScript.
Explore
Help
Sign In
mika
/
libnx
Watch
1
Star
0
Fork
0
You've already forked libnx
mirror of
https://github.com/switchbrew/libnx.git
synced
2025-06-28 07:42:55 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9703ddbf3e
libnx
/
nx
History
yellows8
9703ddbf3e
Fixed the stack_sz used for stack_top in threadCreate(). t->stack_sz is uninitialized at the time stack_top is set, hence this was causing memory corruption in some cases.
2017-11-25 12:54:42 -05:00
..
include
Imported util/utf from libctru. Updated appInit/appExit. Fs adjustments + implemented IDirectory. Imported a modified version of sdmc_dev from libctru as fs_dev, this currently isn't usable.
2017-11-23 15:00:56 -05:00
source
Fixed the stack_sz used for stack_top in threadCreate(). t->stack_sz is uninitialized at the time stack_top is set, hence this was causing memory corruption in some cases.
2017-11-25 12:54:42 -05:00
.gitignore
ignore generated files
2017-09-18 19:40:15 +01:00
Doxyfile
Imported Doxyfile. Added svcClearEvent. Added more libnx errors to result.h. Updated viInitialize for using error LIBNX_ALREADYINITIALIZED.
2017-10-09 20:54:29 -04:00
Makefile
__thread fix by fincs.
2017-11-25 12:02:25 -05:00