diff options
| author | Ammar Askar <ammar@ammaraskar.com> | 2025-05-27 21:02:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-27 21:02:24 -0400 |
| commit | 255d01c6db33e8fc4d22b2ffd318e1065660c254 (patch) | |
| tree | e4a6140e672a63af6dfe4160dfa0772b680bfaaa /src/JSystem/JAudio/JASTrackInterrupt.cpp | |
| parent | 693c92638fb1eaecd2c8fd786ae9d2548d786f2a (diff) | |
100% match and link JASTrack (#772)
* Almost fully match JASTrack, regalloc in writeRegParam
* 100% match JASTrack
* Move constructor to header to link successfully
Diffstat (limited to 'src/JSystem/JAudio/JASTrackInterrupt.cpp')
| -rw-r--r-- | src/JSystem/JAudio/JASTrackInterrupt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JAudio/JASTrackInterrupt.cpp b/src/JSystem/JAudio/JASTrackInterrupt.cpp index 7ed8ea7c..dc9880d8 100644 --- a/src/JSystem/JAudio/JASTrackInterrupt.cpp +++ b/src/JSystem/JAudio/JASTrackInterrupt.cpp @@ -63,7 +63,7 @@ void JASystem::TIntrMgr::timerProcess() { if (field_0x4 != 0) { return; } - request(6); + request(REQUEST_UNK_6); if (field_0x3) { field_0x3--; if (field_0x3) { |
