Releases: amatho/mupen64plus-input-gca
0.6.2
Multiple controllers in m64p
As in the previous release, due to a breaking change in m64p, this plugin comes in two different versions:
- m64p-compat: for versions of m64p from June 21st 2021 or newer
- regular version, for everything else (including older releases of m64p)
The plugin will not work if used the other way around.
Full hot-plug support for the GC adapter itself
The GC adapter can now be plugged out and plugged back in while the emulator is running.
0.6.1
Multiple controllers in m64p
As in the previous release, due to a breaking change in m64p, this plugin comes in two different versions:
- m64p-compat: for versions of m64p from June 21st 2021 or newer
- regular version, for everything else (including older releases of m64p)
The plugin will not work if used the other way around.
Basic hot-plug support for the GC adapter itself
You no longer need to plug in the GC adapter before launching Mupen64Plus, it can be plugged in afterwards.
0.6.0
Multiple controllers in m64p
As in the previous release, due to a breaking change in m64p, this plugin comes in two different versions:
- m64p-compat: for versions of m64p from June 21st 2021 or newer
- regular version, for everything else (including older releases of m64p)
The plugin will not work if used the other way around.
Configuration file will use the user configuration directory from Mupen64Plus
The configuration file is now located in the user configuration directory configured by Mupen64Plus. Be aware that a new configuration file will be created in this directory, so make sure to move your existing configuration file to this new location if you have changes you would like to keep!
The default Mupen64Plus user configuration directory is
C:\Users\<username>\AppData\Roaming\Mupen64Plus\
, on Windows$XDG_CONFIG_HOME/mupen64plus/
or$HOME/.config/mupen64plus/
, on Linux$HOME/Library/Application Support/Mupen64Plus/
, on macOS
0.5.1
Multiple controllers in m64p
As in the previous release, due to a breaking change in m64p, this plugin comes in two different versions:
- m64p-compat: for versions of m64p from June 21st 2021 or newer
- regular version, for everything else (including older releases of m64p)
The plugin will not work if used the other way around.
Fixes for X, Y, and C-stick
The X and Y buttons are now working again! The C-stick has changed to a square deadzone instead of a circular one, which should make inputs more consistent. The default deadzones of the control stick and C-stick has also been increased, so delete the configuration file if you want the new defaults.
0.5.0
Multiple controllers in m64p
As in the previous release, due to a breaking change in m64p, this plugin comes in two different versions:
- m64p-compat: for versions of m64p from June 21st 2021 or newer
- regular version, for everything else (including older releases of m64p)
The plugin will not work if used the other way around.
Control stick improvements and configurable sensitivity setting
The control stick will now "negate" the deadzone, making it possible to input small movements without having to decrease the deadzone.
A new configuration option, sensitivity, is included with this change. The higher the sensitivity, the less you have to move the stick in order to reach the maximum input.
0.4.1
Multiple controllers in m64p
As in the previous release, due to a breaking change in m64p, this plugin comes in two different versions:
- m64p-compat: for versions of m64p from June 21st 2021 or newer
- regular version, for everything else (including older releases of m64p)
The plugin will not work if used the other way around.
Changes
- Possible performance improvements
- Remove dependency on vcruntime140.dll on Windows
0.4.0
Configurable trigger thresholds and deadzones
In addition to controller mappings, analog stick deadzones and trigger thresholds (L and R) can now be configured. Using the new version of the plugin should reset the configuration file to defaults (along with the new configuration options).
Multiple controllers in m64p
As in the previous release, due to a breaking change in m64p, this plugin comes in two different versions:
- m64p-compat: for versions of m64p from June 21st 2021 or newer
- regular version, for everything else (including older releases of m64p)
The plugin will not work if used the other way around.
0.3.0
Configurable controller mappings
The controller mappings can now be configured! The plugin will generate a default configuration file named mupen64plus-input-gca.toml
if it does not exist. See the README for more instructions.
Multiple controllers in m64p
As in the previous release, due to a breaking change in m64p, this plugin comes in two different versions:
- m64p-compat: for versions of m64p from June 21st 2021 or newer
- regular version, for everything else (including older releases of m64p)
The plugin will not work if used the other way around.
0.2.3
Multiple controllers in m64p
Due to a breaking change in m64p, which broke support for multiple controllers, this plugin comes in two different versions:
- m64p-compat: for versions of m64p from June 21st or newer
- regular version, for everything else (including older releases of m64p)
The plugin will not work correctly if used the other way around.
Changes
- Fix multiple controllers in m64p with separate compatibility build
- Several small improvements under the hood