We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5266c8b commit d6e326fCopy full SHA for d6e326f
2 files changed
RELEASE
@@ -1,6 +1,10 @@
1
# Raphnet raw Input plugin for Mupen64Plus
2
--------------------------------
3
4
+## v1.0.0 - January 15, 2017
5
+
6
+* Support for multiple adapters
7
8
## v0.9.4 - December 3, 2016
9
10
* Improved structure and separation for easier maintenance of the code shared between the Project 64 and mupen64plus versions of this plugin.
src/version.h
@@ -27,7 +27,7 @@
27
#define VERSION_H
28
29
#define PLUGIN_NAME "Mupen64Plus raphnetraw Input Plugin"
30
-#define PLUGIN_VERSION 0x000904
+#define PLUGIN_VERSION 0x010000
31
#define INPUT_PLUGIN_API_VERSION 0x020000
32
#define CONFIG_API_VERSION 0x020100
33
0 commit comments