mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-16 00:02:23 +02:00
Add Xbox UWP port
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user