We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f712b1 commit 43348d8Copy full SHA for 43348d8
2 files changed
RELEASE
@@ -1,6 +1,10 @@
1
# Raphnet raw Input plugin for Mupen64Plus
2
--------------------------------
3
4
+## v1.0.2 - November 6, 2018
5
+
6
+* Add support for the 3.6.x adapter firmware
7
8
## v1.0.1 - November 22, 2017
9
10
* Add support for the upcoming 3.5.x adapter firmware
src/version.h
@@ -27,7 +27,7 @@
27
#define VERSION_H
28
29
#define PLUGIN_NAME "Mupen64Plus raphnetraw Input Plugin"
30
-#define PLUGIN_VERSION 0x010001
+#define PLUGIN_VERSION 0x010002
31
#define INPUT_PLUGIN_API_VERSION 0x020000
32
#define CONFIG_API_VERSION 0x020100
33
0 commit comments