mirror of
https://github.com/ApacheThunder/EZP_Bootstrap.git
synced 2025-06-19 03:35:33 -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
|
# all directories are relative to this makefile
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := source
|
SOURCES := source include include/common include/ez5n
|
||||||
INCLUDES := include
|
INCLUDES := include include/common include/ez5n
|
||||||
DATA := ../data
|
DATA := ../data
|
||||||
GRAPHICS := gfx
|
GRAPHICS := gfx
|
||||||
|
|
||||||
|
@ -51,7 +51,8 @@ static tNDSBanner banner;
|
|||||||
static char EZPHardwareVersion[VERSTRING_LENGTH];
|
static char EZPHardwareVersion[VERSTRING_LENGTH];
|
||||||
static u32 EZPHWVerBuffer[1] = { 0xFFFFFFFF };
|
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) {
|
static inline void writecharRS (int row, int col, u16 car) {
|
||||||
// get map pointer
|
// get map pointer
|
||||||
|
Loading…
Reference in New Issue
Block a user