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-11-23 22:38:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
59880e9488
libnx
/
nx
/
source
/
services
History
yellows8
59880e9488
Removed output bytes_written for fsFileWrite() since the command doesn't actually return that. In fsdev_open(), set the FS_OPEN_APPEND flag when opening for writing. Adjusted file-creation handling in fsdev_open().
2017-11-27 17:40:49 -05:00
..
applet.c
Fixed session-close error when using APPLET_TYPE_LibraryApplet.
2017-11-23 01:53:45 -05:00
binder.c
Implemented nv. Use TransactParcelAuto instead of TransactParcel when running on >=3.0.0. Added ipcQueryPointerBufferSize(). Minor other change.
2017-11-12 20:34:30 -05:00
bsd.c
Add bsdSendTo and bsdSetSockOpt
2017-11-19 01:45:15 -07:00
fatal.c
Fix whitespace in fatal.c
2017-11-14 19:33:29 +01:00
fs.c
Removed output bytes_written for fsFileWrite() since the command doesn't actually return that. In fsdev_open(), set the FS_OPEN_APPEND flag when opening for writing. Adjusted file-creation handling in fsdev_open().
2017-11-27 17:40:49 -05:00
hid.c
Added hid.
2017-10-27 17:10:48 -04:00
nv.c
Added nvQueryEvent().
2017-11-15 22:34:07 -05:00
sm.c
Minor changes
2017-10-07 15:32:57 +02:00
usb.c
Imported usbComms from elsewhere. Removed usb_dev.h since the .c for it was previously removed. In usbDsInitialize(), skip calling _usbDsSetVidPidBcd() when deviceinfo is NULL.
2017-11-13 17:18:07 -05:00
vi.c
Fixes for 1.0.0
2017-11-26 20:44:42 +01:00