mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 21:32:39 +02:00
10 lines
204 B
C
10 lines
204 B
C
#pragma once
|
|
#include "types.h"
|
|
#include "ioctl.h"
|
|
|
|
Result nvInfoInit(void);
|
|
void nvInfoExit(void);
|
|
|
|
const nvioctl_gpu_characteristics* nvInfoGetGpuCharacteristics(void);
|
|
u32 nvInfoGetZcullCtxSize(void);
|