cellHddGameCheck and some fixes

* Fixed wrong endianness in several structs.
* Fixed CreateFile-related bug in TRP Loader.
* Added cellHddGame (cellSysutil) structs and cellHddGameCheck.
This commit is contained in:
Alexandro Sánchez Bach 2014-03-19 16:19:35 +01:00
parent 37f7a31a22
commit 8c2aee5e64
7 changed files with 185 additions and 28 deletions

View file

@ -18,6 +18,7 @@ bool TRPLoader::Install(std::string dest, bool show)
if (!dest.empty() && dest.back() != '/')
dest += '/';
Emu.GetVFS().CreateDir(dest);
for (const TRPEntry& entry : m_entries)
{
char* buffer = new char [entry.size];