mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 13:22:40 +02:00
12 lines
169 B
C
12 lines
169 B
C
#include <switch.h>
|
|
|
|
Result nvzcullCreate(NvZcullContext* z, NvGpu* parent)
|
|
{
|
|
z->parent = parent;
|
|
return 0;
|
|
}
|
|
|
|
void nvzcullClose(NvZcullContext* z) {
|
|
/**/
|
|
}
|