mirror of
https://github.com/encounter/Decrypt9.git
synced 2026-03-30 11:06:30 -07:00
5277bc8787
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.