rosalina: display min/max luminance

This commit is contained in:
TuxSH
2020-07-16 00:50:05 +01:00
parent 514537a983
commit 781cd85b00
3 changed files with 25 additions and 1 deletions

View File

@@ -28,4 +28,6 @@
#include <3ds/types.h>
u32 getMinLuminancePreset(void);
u32 getMaxLuminancePreset(void);
u32 getCurrentLuminance(bool top);