/* * screeninit.h * * Screen init code by dark_samus, bil1s, Normmatt, delebile and others. */ #pragma once #include "types.h" #define PDN_GPU_CNT (*(vu8 *)0x10141200) void initScreens(void);