Add Xbox UWP port

This commit is contained in:
Caorthann
2026-08-01 20:29:33 +01:00
parent 8fbe819493
commit dacd9abe73
29 changed files with 722 additions and 10 deletions
+2 -1
View File
@@ -259,7 +259,8 @@ function Music.play(data, song, loop, ctx)
pcall(loopSrc.setLooping, loopSrc, wantLoop)
applyVolume(loopSrc)
applyFilter(loopSrc)
else
elseif not isChip then
-- ChipAudio owns the loop policy for its queueable source.
pcall(src.setLooping, src, wantLoop)
end
applyVolume(src)