mirror of
https://github.com/switchbrew/libnx.git
synced 2025-10-10 05:07:09 +02:00
7 lines
84 B
C
7 lines
84 B
C
#pragma once
|
|
|
|
Result nvinfoInit();
|
|
void nvinfoExit();
|
|
|
|
u32 nvinfoGetZcullCtxSize();
|