Improve some J2DPictureEx matches (#2493)

* Improve some J2DPictureEx matches

+ other minor debug improvements

* Fix JASTrack::channelStart
This commit is contained in:
hatal175
2025-06-21 13:47:24 +03:00
committed by GitHub
parent 1230f680db
commit 8534b4ff46
10 changed files with 54 additions and 55 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ void JAUBankTableDictionary::appendBankTable(JSULink<JAUBankTable>* bankTableLis
}
// Needed to make the inline function JAUBankTable::getBank appear in this TU
static JASBank* dummy(JAUBankTable* table) {
static const JASBank* dummy(const JAUBankTable* table) {
return table->getBank(0);
}