This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/source/firm.h

17 lines
257 B
C
Raw Normal View History

2015-08-05 03:57:37 +02:00
/*
* firm.h
* by Reisyukaku
2015-08-15 04:28:26 +02:00
* Copyright (c) 2015 All Rights Reserved
2015-08-05 03:57:37 +02:00
*/
#ifndef FIRM_INC
#define FIRM_INC
#include "types.h"
2015-08-05 03:57:37 +02:00
void loadSplash(void);
void loadFirm(int mode);
void loadEmu(void);
2015-08-05 03:57:37 +02:00
void patchFirm(void);
void launchFirm(void);
#endif