mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 20:41:29 -04:00
Improve some J2DPictureEx matches (#2493)
* Improve some J2DPictureEx matches + other minor debug improvements * Fix JASTrack::channelStart
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user