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-23 21:32:39 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a1815dd7b9
libnx
/
nx
/
include
/
switch
History
yellows8
19f0b5a828
Added sysinit/exit code similar to libctru, with updated crt0. Moved svcExitProcess into the library. Changed HEAP_SIZE. Adjusted some svc.s formatting. Added svcGetInfo. Added svcSleepThread, device SVCs, svcCallSecureMonitor, and the struct for svcCallSecureMonitor, based on code from naehrwert.
2017-09-16 10:52:10 -04:00
..
kernel
Fixing bugs. bsdInitialize currently fails with 0xe401, probably due to ipc bug
2017-09-11 04:38:38 +02:00
services
Introducing ipc domains, bsd stuff
2017-09-15 00:18:52 +02:00
heap.h
Implemented heap, transfer memory, bsd cmd0
2017-09-10 23:17:57 +02:00
ipc.h
Added pragma to ipc.h.
2017-09-14 18:46:58 -04:00
result.h
Trying to make first few steps towards relocations
2017-09-09 02:48:15 +02:00
svc.h
Added sysinit/exit code similar to libctru, with updated crt0. Moved svcExitProcess into the library. Changed HEAP_SIZE. Adjusted some svc.s formatting. Added svcGetInfo. Added svcSleepThread, device SVCs, svcCallSecureMonitor, and the struct for svcCallSecureMonitor, based on code from naehrwert.
2017-09-16 10:52:10 -04:00
types.h
Added types.h and switch.h. Moved svc.h and updated svc.h.
2017-09-08 17:53:58 -04:00