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/draw.c

11 lines
155 B
C
Raw Normal View History

2015-08-05 11:54:00 +02:00
/*
* draw.c
* by Reisyukaku
*/
#include "draw.h"
#include "fs.h"
void loadSplash(void){
fileRead(fb->top_left, "/rei/splash.bin", 0x46500);
}