15 lines
258 B
C
15 lines
258 B
C
/*
|
|
* screeninit.h
|
|
*
|
|
* Screen init code by dark_samus, bil1s, Normmatt, delebile and others.
|
|
* Screen deinit code by tiniVi.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
#define PDN_GPU_CNT (*(vu8 *)0x10141200)
|
|
|
|
void deinitScreens(void);
|
|
u32 initScreens(void); |