1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-22 18:32:15 +02:00
libnx/nx/include/switch/gfx/nvgfx.h
yellows8 b577367011 Implemented nvioctlNvmap_FromID() and nvioctlNvmap_GetID().
Added PARCEL_LOGGING define in parcel.c.
Fixed the 'code' value used in gfxproducerQueueBuffer().
Moved some gfxproducer init into nvgfx.
Moved some nvgfx event init into nvgfxEventInit().
Updated the code using gfxproducerBufferInit() for setting the nvmap-handles.
Disabled a nvQueryEvent() call which now fails.
Other changes.
The setup framebuf/windowbuf is now displayed.
2017-12-27 18:50:15 -05:00

4 lines
81 B
C

Result nvgfxInitialize(void);
void nvgfxExit(void);
Result nvgfxEventInit(void);