mirror of
https://github.com/encounter/BootCtr9.git
synced 2026-03-30 11:03:49 -07:00
775dd894d8
the posibility to set a delay for checking the pressed key
7 lines
185 B
C
7 lines
185 B
C
#include "common.h"
|
|
|
|
typedef void (*arm11Function)(void);
|
|
void screenInit();
|
|
void screenDeinit();
|
|
void __attribute__((naked)) disable_lcds();
|
|
void __attribute__ ((naked)) enable_lcd(); |