mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
7 lines
84 B
C
7 lines
84 B
C
#pragma once
|
|
|
|
Result nvinfoInit();
|
|
void nvinfoExit();
|
|
|
|
u32 nvinfoGetZcullCtxSize();
|