mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 09:54:38 +00:00
17 lines
253 B
C
17 lines
253 B
C
/*
|
|
* firm.h
|
|
* by Reisyukaku
|
|
* Copyright (c) 2015 All Rights Reserved
|
|
*/
|
|
#ifndef FIRM_INC
|
|
#define FIRM_INC
|
|
|
|
#include "types.h"
|
|
|
|
void loadSplash(void);
|
|
void loadFirm(void);
|
|
void loadEmu(void);
|
|
void patchFirm(void);
|
|
void launchFirm(void);
|
|
|
|
#endif |