mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-22 21:29:15 +01:00
* dont need save file stuff in nandbincheck
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@93 389f4c8b-5dfe-645f-db0e-df882bc27289
This commit is contained in:
parent
057023094e
commit
a9bde8574e
@ -1363,7 +1363,7 @@ QByteArray U8::GetIMET( const QStringList &names, int paddingType, quint32 iconS
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
const QStringList U8::IMETNames()
|
const QStringList &U8::IMETNames()
|
||||||
{
|
{
|
||||||
return imetNames;
|
return imetNames;
|
||||||
}
|
}
|
||||||
|
@ -137,7 +137,7 @@ public:
|
|||||||
const QByteArray AddIMET( int paddingType = U8_Hdr_IMET_app );
|
const QByteArray AddIMET( int paddingType = U8_Hdr_IMET_app );
|
||||||
|
|
||||||
//ruterns a list of the names as read from the imet header
|
//ruterns a list of the names as read from the imet header
|
||||||
const QStringList IMETNames();
|
const QStringList &IMETNames();
|
||||||
|
|
||||||
//set the imet names
|
//set the imet names
|
||||||
//the data in the archive is not changed, but calling AddIMET() on this banner will use the new 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/tiktmd.cpp \
|
||||||
../WiiQt/nandbin.cpp \
|
../WiiQt/nandbin.cpp \
|
||||||
../WiiQt/tools.cpp \
|
../WiiQt/tools.cpp \
|
||||||
../WiiQt/savebanner.cpp \
|
|
||||||
../WiiQt/aes.c \
|
../WiiQt/aes.c \
|
||||||
../WiiQt/sha1.c \
|
../WiiQt/sha1.c \
|
||||||
../WiiQt/uidmap.cpp \
|
../WiiQt/uidmap.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user