mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
8 lines
115 B
C
8 lines
115 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
Result nvInfoInit(void);
|
|
void nvInfoExit(void);
|
|
|
|
u32 nvInfoGetZcullCtxSize(void);
|