SNES Connector Library v0.9.0
This is the last major update with new functionality for the SNES Connector Library. Some smaller features may be added, and I'll try to fix any bugs that come up. Over time when I'm confident in the stability of this, I'll bump it up to 1.0.0.
- Added multiple new features to be used with USB2SNES and SNI connectors with hardware that communicate via sd2snes like the FxPakPro
- GetFileList - Retrieve a list of files on the device
- BootRom - Boots a rom file to play it
- UploadFile - Uploads a file to the device
- DeleteFile - Deletes a file from the device
- The basic memory requests have been updated to use the functions MakeMemoryRequest and AddRecurringMemoryRequest to be more explicit about what is being done, and the RequestType property has been changed to MemoryRequestType.
- The SNES Connector Library will now attempt to discern the capabilities of the connector and will prevent performing actions it can't do with the connector
- Fixed the USB2SNES connector to be able to update the WRAM when using hardware
- Cleaned up the SnesConnector UI app and added functionality for the above to it