From 31bd62bb206d6fe362b6cd81153c401a3d994770 Mon Sep 17 00:00:00 2001 From: Peter Salomonsen Date: Sun, 2 Apr 2023 13:48:13 +0200 Subject: [PATCH] empty sync method --- templates/wasm/player.wat | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/wasm/player.wat b/templates/wasm/player.wat index 467e4a2..07ee84e 100644 --- a/templates/wasm/player.wat +++ b/templates/wasm/player.wat @@ -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 ;;------------------------------------------------------------------------------