changed loading address

This commit is contained in:
Christopher Roy Bratusek 2012-04-07 19:13:13 +02:00
parent a2867d3ba3
commit 0fd4e0a3c5
4 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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;
}

View File

@ -15,6 +15,7 @@
- BUGFIX: loading apps through wiiload works again
- BUGFIX: only show 'launch priiloader' in external loaders prompt,
if priiloader is really installed
- changed loading address from 0x81230000 to 0x81330000
- updated PNGu
//rev37: