#include <IsoArchive.h>
#include <array>
#include <cstring>
Go to the source code of this file.
|
| const std::array< quint32, 256 > & | ff7tk_psx_cd::edcTable () |
| |
| quint32 | ff7tk_psx_cd::computeEdc (const quint8 *data, qsizetype size) |
| |
| const EccTables & | ff7tk_psx_cd::eccTables () |
| |
| void | ff7tk_psx_cd::computeEcc (const quint8 *source, quint32 majorCount, quint32 minorCount, quint32 majorMultiplier, quint32 minorIncrement, quint8 *destination) |
| |
| void | ff7tk_psx_cd::writeEdcLittleEndian (quint8 *destination, quint32 edc) |
| |
| bool | ff7tk_psx_cd::hasCdRomSync (const quint8 *sector) |
| |
| bool | ff7tk_psx_cd::updateSectorEdcEcc (QByteArray §orData) |
| |
| bool | ff7tk_psx_cd::repairSector (IsoArchiveIO &io, quint32 num) |
| |
| bool | ff7tk_psx_cd::writeRelocatedSector (IsoArchiveIO &io, QByteArray sectorData) |
| |