We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0be67 commit 7145f10Copy full SHA for 7145f10
2 files changed
RELEASE
@@ -1,6 +1,10 @@
1
# Raphnet raw Input plugin for Mupen64Plus
2
--------------------------------
3
4
+## v1.1.0 - July 16, 2019
5
+
6
+* Update to input plugin API 2.1.0
7
8
## v1.0.2 - November 6, 2018
9
10
* Add support for the 3.6.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 0x010002
+#define PLUGIN_VERSION 0x010100
31
//#define INPUT_PLUGIN_API_VERSION 0x020000
32
#define INPUT_PLUGIN_API_VERSION 0x020100
33
#define CONFIG_API_VERSION 0x020100
0 commit comments