The Qt5 version included with trusty (5.2.1) attempts to use
QStyleOptionViewItem as if it's a QObject, which results in errors:
build/src/qrvthtool/widgets/moc_QItemView_Text.cpp:71:10: error: ‘staticMetaObject’ is not a member of
‘QStyleOptionViewItem’
&QStyleOptionViewItem::staticMetaObject,
^
Added separate packages for rvthtool and qrvthtool.
Updated COMPILING.md with Qt packages.
Option is -N or --ndev.
NOTE: Only seems to work with Wii images at the moment. NDEV displays
the disc information from GameCube images, but then hangs.
Tested with SL and DL discs on the apploader.
doc/sdk_header.md: Initial SDK header documentation.
- Added a photo of RVT-H Reader, RVT-R Reader, Wii RVL-001, and a
Commodore 1541C for good measure.
- Combined listing of deleted images with undeletion. Deletion isn't
listed separately because it isn't a super-important feature.
- Consolidated extract/import lines to make them more concise.
- Planned Features:
- Added unencrypted -> encrypted and extended bank tables
- Improved the layout of example commands.
It turns out the number of banks can be extended past 8 if the system
has an 80 GB HDD, though repartitioning will be needed in order to take
full advantage of this, since the bank table will extend into the start
of Bank 1.
[librvth] nhcd_structs.h: Updated `NHCD_BankTable_Header`.
[librvth] rvth.c: Renamed `RvtH.banks` to `RvtH.bank_count`.
`magic` and `type` are still kept as char[4] for ease of explanation.
They're uint32_t in nhcd_structs.h to allow for it to be checked using
a single compare instruction.