mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -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++
|
||||
)
|
||||
|
||||
{{if .HasOp "sync"}}
|
||||
;;------------------------------------------------------------------------------
|
||||
;; Sync
|
||||
;;------------------------------------------------------------------------------
|
||||
|
||||
(func $su_op_sync (param $stereo i32)
|
||||
|
||||
)
|
||||
{{end}}
|
||||
|
||||
;;------------------------------------------------------------------------------
|
||||
;; "Entry point" for the player
|
||||
;;------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user