Releases: alttpo/sni
v0.0.21
grpc: brand new service DeviceFilesystem
that lets you query and alter the SD card on the fxpakpro.
usb2snes: added AppVersion
,Close
,Reset
,Boot
,List
,MakeDir
,Remove
,Rename
commands
usb2snes: TODO: add GetFile
,PutFile
commands
usb2snes: GetAddress
,PutAddress
commands now support fxpakpro's CMD
space; this should fix SMZ3 and other multiworld clients that want to write to WRAM.
v0.0.20 - usb2snes protocol
Broke down and finally did it
v0.0.19
v0.0.19
v0.0.18
v0.0.18
v0.0.17
v0.0.17
v0.0.16
v0.0.16
v0.0.15
v0.0.15
v0.0.14
v0.0.14
v0.0.13
Changelog
158d069 fxpakpro: reimplement synchronized access to serial port
8969f76 luabridge: auto-retry binding to listen port; allow env var customization of listen host and port
8519477 retroarch: remove device from Detect() response if app closed
51f6c56 snes: large refactor to remove various UseDevice, UseMemory, etc. functions in favor of AutoCloseableDevice which manages low-level Device lifetimes automatically per interface method.
80559fa snes: more refactoring to replace BaseDeviceDriver with DeviceContainer and eliminate DeviceOpener from normal call chain and have DeviceContainer implement it instead
fdb18a7 snes: remove deprecated Queue and Command system and remove dead code