mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
5750c48a3b
commit
c2a5f4ab94
@ -23,6 +23,9 @@ import (
|
||||
"golang.org/x/sys/windows"
|
||||
)
|
||||
|
||||
// The common players in players_unix.go are not used on Windows.
|
||||
// Mixing on Go side can cause bigger delays (#1710).
|
||||
|
||||
const headerBufferSize = 2048
|
||||
|
||||
func IsAvailable() bool {
|
||||
|
Loading…
Reference in New Issue
Block a user