empty sync method

This commit is contained in:
Peter Salomonsen 2023-04-02 13:48:13 +02:00 committed by Peter Salomonsen
parent ced6fa0efc
commit 31bd62bb20

View File

@ -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
;;------------------------------------------------------------------------------