mirror of
https://github.com/ApacheThunder/EZP_Bootstrap.git
synced 2025-06-18 19:25:31 -04:00
Update nrio-usb-disk
* Fixed bug with nrio-usb-disk that prevented it from mounting EZP when using latest version of DLDI. (turns out to be the last sector bug) * Moved some frequently used functions to ITCM.
This commit is contained in:
parent
52cac7b0ab
commit
adfb94c5c9
Binary file not shown.
@ -16,8 +16,8 @@ include $(DEVKITARM)/ds_rules
|
||||
# all directories are relative to this makefile
|
||||
#---------------------------------------------------------------------------------
|
||||
BUILD := build
|
||||
SOURCES := source
|
||||
INCLUDES := include
|
||||
SOURCES := source include include/common include/ez5n
|
||||
INCLUDES := include include/common include/ez5n
|
||||
DATA := ../data
|
||||
GRAPHICS := gfx
|
||||
|
||||
|
@ -51,7 +51,8 @@ static tNDSBanner banner;
|
||||
static char EZPHardwareVersion[VERSTRING_LENGTH];
|
||||
static u32 EZPHWVerBuffer[1] = { 0xFFFFFFFF };
|
||||
|
||||
extern tNDSBanner hbNoIcon_bin;
|
||||
extern DTCM_DATA tNDSBanner hbNoIcon_bin;
|
||||
|
||||
|
||||
static inline void writecharRS (int row, int col, u16 car) {
|
||||
// get map pointer
|
||||
|
Loading…
Reference in New Issue
Block a user