grim/gousb2snes

Update the package path for the new repository host
draft default tip
2020-04-27, Gary Kramlich
2bff12a54574
Update the package path for the new repository host
package sd2snes
type OpCode byte
const (
OpCodeGet OpCode = iota
OpCodePut
OpCodeVGet
OpCodeVPut
OpCodeLs
OpCodeMkdir
OpCodeRm
OpCodeMv
OpCodeReset
OpCodeBoot
OpCodePowerCycle
OpCodeInfo
OpCodeMenuReset
OpCodeStream
OpCodeTime
OpCodeResponse
)
type Flag byte
const (
FlagNone Flag = 1 << iota
FlagSkiPreset
FlagOnlyReset
FlagClrX
FlagSetX
FlagStreamBurst
FlagNoResponse
FlagData64B
)
type Namespace byte
const (
NamespaceFile Namespace = iota
NamespaceSNES
NamespaceMSU
NamespaceCommand
NamespaceConfig
)