Files
d0k3 5277bc8787 Various source code optimizations
o Brahma loader: better use the main fork code and implement screen mode
changes in main(). Also, remove unneeded #includes
o decryptor.c: #include fatfs/sdmmc.h is not a good idea - it contains
more stuff than just the NAND read/write function. For now, leave the
compiler warning in instead.
o decryptor.c: #include console.h is unneeded
o draw.c/draw.h/fs.c/fs.h: FileOpenSplash() and FileReadSplash() do
exactly the same as FileOpen() and FileRead() and are redundant.
2015-08-07 12:50:37 +02:00
..
2015-08-07 12:50:37 +02:00