mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio/internal/readerdriver: Disable the reader driver for Android temporarily
Updates #1549 Updates #1645
This commit is contained in:
parent
bb4a3ce89b
commit
1dd48388b4
@ -24,7 +24,8 @@ import (
|
||||
)
|
||||
|
||||
func IsAvailable() bool {
|
||||
return true
|
||||
// Disable the reader driver for Android temporarily (#1645).
|
||||
return false
|
||||
}
|
||||
|
||||
type context struct {
|
||||
|
Loading…
Reference in New Issue
Block a user