mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 18:52:44 +01:00
audio/internal/readerdriver: Stop using the reader driver
Apparently #1680 seems pretty hard to fix. Use the old Oto implementation until this issue is fixed. Updates #1680
This commit is contained in:
parent
47dfba69a5
commit
c7ac5a32b5
@ -33,7 +33,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func IsAvailable() bool {
|
func IsAvailable() bool {
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
type audioQueuePoolItem struct {
|
type audioQueuePoolItem struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user