Open directory as disc image

This commit is contained in:
Kingcom
2013-07-23 17:24:33 +02:00
parent c9279a951b
commit 8955fedf44
14 changed files with 214 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
const int sectorSize = 2048;
static bool parseLBN(std::string filename, u32 *sectorStart, u32 *readSize)
bool parseLBN(std::string filename, u32 *sectorStart, u32 *readSize)
{
// The format of this is: "/sce_lbn" "0x"? HEX* ANY* "_size" "0x"? HEX* ANY*
// That means that "/sce_lbn/_size1/" is perfectly valid.