mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 09:54:38 +00:00
13 lines
170 B
C
13 lines
170 B
C
/*
|
|
* firm.h
|
|
* by Reisyukaku
|
|
*/
|
|
#ifndef FIRM_INC
|
|
#define FIRM_INC
|
|
|
|
void loadSplash(void);
|
|
void loadFirm(void);
|
|
void patchFirm(void);
|
|
void launchFirm(void);
|
|
|
|
#endif |