fix sndGes name & add missing auto-import

This commit is contained in:
2023-01-23 23:21:45 +01:00
parent 8d5374a867
commit daf2a02cd8
10 changed files with 8 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ const GesState.Size = GesState.Filter + 8*4;
const GesStateOffset = 32;
const GesBufferOffset = 32 + GesState.Size;
export fn gesSnd(t: i32) -> f32 {
export fn sndGes(t: i32) -> f32 {
let baseAddr = 0!0x12c78;
if !(t & 127) {
let i: i32;