Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: clktmr/n64

Tags

v0.1.1

Toggle v0.1.1's commit message
Release v0.1.1

API changes:

  # github.com/clktmr/n64/drivers/console
  ## incompatible changes
  (*Console).Update: changed from func() to func(github.com/clktmr/n64/drivers/controller.Controller)

  # github.com/clktmr/n64/drivers/controller
  ## incompatible changes
  Poll: changed from func() to func(*[4]Controller)
  States: removed

  # github.com/clktmr/n64/drivers/rspq/mixer
  ## compatible changes
  package added

  # github.com/clktmr/n64/fonts/gomono12
  ## incompatible changes
  Height: value changed from 15 to 14

  # github.com/clktmr/n64/fonts/goregular12
  ## incompatible changes
  Height: value changed from 15 to 14

  # github.com/clktmr/n64/rcp/audio
  ## incompatible changes
  (*Writer).Flush: changed from func() to func() error
  SetSampleRate: removed
  ## compatible changes
  (*Writer).Len: added
  ErrStop: added
  Start: added
  Stop: added

  # github.com/clktmr/n64/rcp/cpu
  ## compatible changes
  PinSlice: added
  Pinner: added

  # github.com/clktmr/n64/rcp/fixed
  ## compatible changes
  package added

  # github.com/clktmr/n64/rcp/rdp
  ## compatible changes
  command.String: added

  # github.com/clktmr/n64/rcp/texture
  ## incompatible changes
  (*Texture).Pointer: removed
  (*Texture).Premult: removed
  NewNRGBA32: removed
  ## compatible changes
  (*Texture).HasAlpha: added
  (*Texture).Pix: added
  NewFramebuffer: added

v0.1.0

Toggle v0.1.0's commit message
all: go mod tidy