mirror of
https://github.com/zeldaret/tp
synced 2026-08-06 09:53:43 -04:00
JASSeqCtrl OK + misc functions (#346)
* JASSeqCtrl OK + misc functions * Work on JASAudioThread
This commit is contained in:
@@ -522,7 +522,7 @@ asm void JASTrack::noteOff(u32 param_0, u16 param_1) {
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
asm void JASTrack::checkNoteStop(u32 param_0) const {
|
||||
asm bool JASTrack::checkNoteStop(u32 param_0) const {
|
||||
nofralloc
|
||||
#include "asm/JSystem/JAudio2/JASTrack/checkNoteStop__8JASTrackCFUl.s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user