mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 10:31:57 -04:00
JKRExpHeap matching + other minor (#2243)
This commit is contained in:
@@ -115,6 +115,7 @@ void JASBasicWaveBank::setWaveTableSize(u32 param_0, JKRHeap* param_1) {
|
||||
/* 80298790-8029883C 2930D0 00AC+00 1/1 0/0 0/0 .text
|
||||
* incWaveTable__16JASBasicWaveBankFPCQ216JASBasicWaveBank10TWaveGroup */
|
||||
// NONMATCHING instruction order
|
||||
// This works if argument type is changed to non const
|
||||
void JASBasicWaveBank::incWaveTable(JASBasicWaveBank::TWaveGroup const* param_0) {
|
||||
JASMutexLock lock(&field_0x4);
|
||||
for (u32 i = 0; i < param_0->getWaveCount(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user