mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-22 09:09:18 +01:00
* dont need save file stuff in nandbincheck
This commit is contained in:
parent
a27c48058c
commit
34a4f8876c
@ -1363,7 +1363,7 @@ QByteArray U8::GetIMET( const QStringList &names, int paddingType, quint32 iconS
|
||||
return ret;
|
||||
}
|
||||
|
||||
const QStringList U8::IMETNames()
|
||||
const QStringList &U8::IMETNames()
|
||||
{
|
||||
return imetNames;
|
||||
}
|
||||
|
@ -137,7 +137,7 @@ public:
|
||||
const QByteArray AddIMET( int paddingType = U8_Hdr_IMET_app );
|
||||
|
||||
//ruterns a list of the names as read from the imet header
|
||||
const QStringList IMETNames();
|
||||
const QStringList &IMETNames();
|
||||
|
||||
//set the imet names
|
||||
//the data in the archive is not changed, but calling AddIMET() on this banner will use the new names
|
||||
|
@ -19,7 +19,6 @@ SOURCES += main.cpp \
|
||||
../WiiQt/tiktmd.cpp \
|
||||
../WiiQt/nandbin.cpp \
|
||||
../WiiQt/tools.cpp \
|
||||
../WiiQt/savebanner.cpp \
|
||||
../WiiQt/aes.c \
|
||||
../WiiQt/sha1.c \
|
||||
../WiiQt/uidmap.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user