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-24 22:02:39 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fbce1e8029
libnx
/
nx
/
include
/
switch
/
gfx
History
yellows8
fbce1e8029
Use the output buffer value from gfxproducerDequeueBuffer() with gfxproducer calls. Set g_gfxCurrentBuffer in _gfxDequeueBuffer() with the output buffer value. Removed a comment.
2017-12-27 18:50:15 -05:00
..
gfx.h
Implemented interface for accessing framebuf. Adjustments for gfx init/exit. Removed 0x77 memset for framebuf in nvgfx init.
2017-12-27 18:50:15 -05:00
gfxproducer.h
Use the output buffer value from gfxproducerDequeueBuffer() with gfxproducer calls. Set g_gfxCurrentBuffer in _gfxDequeueBuffer() with the output buffer value. Removed a comment.
2017-12-27 18:50:15 -05:00
ioctl.h
Imported more defines from linux ioctl.h. In nvIoctl(), only set the addr/size for send/recv buffers when the associated direction bit is set.
2017-11-14 12:15:23 -05:00
nvgfx.h
Implemented interface for accessing framebuf. Adjustments for gfx init/exit. Removed 0x77 memset for framebuf in nvgfx init.
2017-12-27 18:50:15 -05:00
nvioctl.h
Implemented nvioctlNvmap_FromID() and nvioctlNvmap_GetID().
2017-12-27 18:50:15 -05:00
parcel.h
Fixed gfx and parcel issues. Parcel logging adjustments, etc. Changed out_parcel to parcel_reply.
2017-11-08 22:36:30 -05:00