mirror of
https://github.com/mupen64plus-ae/mupen64plus-input-raphnetraw.git
synced 2024-11-26 23:10:36 +00:00
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
# Raphnet raw Input plugin for Mupen64Plus
|
|
--------------------------------
|
|
|
|
## v1.1.0 - July 16, 2019
|
|
|
|
* Update to input plugin API 2.1.0
|
|
|
|
## v1.0.2 - November 6, 2018
|
|
|
|
* Add support for the 3.6.x adapter firmware
|
|
|
|
## v1.0.1 - November 22, 2017
|
|
|
|
* Add support for the upcoming 3.5.x adapter firmware
|
|
(2-player adapters won't work properly otherwise)
|
|
|
|
## v1.0.0 - January 15, 2017
|
|
|
|
* Support for multiple adapters
|
|
|
|
## v0.9.4 - December 3, 2016
|
|
|
|
* Improved structure and separation for easier maintenance of the code shared between the Project 64 and mupen64plus versions of this plugin.
|
|
* Support for the upcoming 3.4.x adapter firmware (will provide even lower latency/overhead)
|
|
|
|
## v0.9.3 - November 26, 2016
|
|
|
|
* Only handle channels supported by the adapter. This increases performance (reduces lag) by
|
|
preventing meaningless attempts to communicate with controllers connected to non-existing
|
|
ports on the adapter. It also fixes issues where games would see more than one controller was present.
|
|
|
|
## v0.9.2 - November 24, 2016
|
|
|
|
* Protect against invalid commands received from emulator. This fixes some games that failed to start.
|
|
|
|
## v0.9.1 - November 23, 2016
|
|
|
|
* Polling is now disabled only while a ROM is open.
|
|
|
|
## v0.9.0 - November 20, 2016
|
|
|
|
* Initial release
|
|
|