mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
empty sync method
This commit is contained in:
parent
ced6fa0efc
commit
31bd62bb20
@ -791,6 +791,16 @@
|
|||||||
(global.set $VAL (i32.add (global.get $VAL) (i32.const 1))) ;; $VAL++
|
(global.set $VAL (i32.add (global.get $VAL) (i32.const 1))) ;; $VAL++
|
||||||
)
|
)
|
||||||
|
|
||||||
|
{{if .HasOp "sync"}}
|
||||||
|
;;------------------------------------------------------------------------------
|
||||||
|
;; Sync
|
||||||
|
;;------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
(func $su_op_sync (param $stereo i32)
|
||||||
|
|
||||||
|
)
|
||||||
|
{{end}}
|
||||||
|
|
||||||
;;------------------------------------------------------------------------------
|
;;------------------------------------------------------------------------------
|
||||||
;; "Entry point" for the player
|
;; "Entry point" for the player
|
||||||
;;------------------------------------------------------------------------------
|
;;------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user