WebOS audio tracks support

This commit is contained in:
kolsys
2021-09-26 14:38:37 +03:00
parent d109cf5478
commit 3f31ff9536
6 changed files with 1150 additions and 401 deletions

View File

@@ -2,11 +2,11 @@ package msx
import _ "embed"
//go:embed pages/html5x.html
var Msxhtml5xhtml []byte
//go:embed pages/tizen.html
var Msxtizenhtml []byte
//go:embed pages/tizen.js
var Msxtizenjs []byte
//go:embed pages/tvx-plugin.min.js
var Msxtvxpluginminjs []byte