-
Notifications
You must be signed in to change notification settings - Fork 12
/
RELEASE
43 lines (24 loc) · 1.24 KB
/
RELEASE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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