mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2025-01-13 17:49:16 +01:00
changed loading address
This commit is contained in:
parent
a2867d3ba3
commit
0fd4e0a3c5
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ DATA := data/fonts \
|
||||
|
||||
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE)
|
||||
CXXFLAGS = -save-temps -Xassembler -aln=$@.lst $(CFLAGS)
|
||||
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -Wl,--section-start,.init=0x81230000
|
||||
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -Wl,--section-start,.init=0x81330000
|
||||
#LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
Binary file not shown.
@ -346,7 +346,7 @@ bool listIOS()
|
||||
ioslist.push_back(titleID);
|
||||
|
||||
}
|
||||
std::sort( ioslist.begin(), ioslist.end() ); // sortieren
|
||||
std::sort( ioslist.begin(), ioslist.end() ); // sortieren
|
||||
return true;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user