Skip to content

An input plugin for Zilmar spec emulators including Project 64 1.6 and later.

License

Notifications You must be signed in to change notification settings

wermipls/octomino-sdl-input

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octomino's SDL Input Plugin

An input plugin for Zilmar spec emulators including Project 64 1.6. It uses SDL2's GameController API and supports many gamepads including Xbox, PS4, and Switch Pro.

This is a fork of clickdevin/octomino-sdl-input, focused on adding a configuration GUI as well as new features.

Downloading

The latest release can be downloaded from here.

Installing

Copy octomino-sdl-input.dll and gamecontrollerdb.txt to your emulator's plugins folder.

Building from source

To build from source, use MSYS2 with the following packages:

  • mingw-w64-i686-gcc
  • mingw-w64-i686-SDL2
  • make
  • wget
  • zip

Then, using the MINGW32 subsystem, run make all from the project's root directory.

Other MinGW distributions will also likely work, provided you have the proper tools installed.

Additionally, gamecontrollerdb.txt can be updated using make update-db.

License

This plugin is licensed under the Mozilla Public License 2.0. See LICENSE or visit http://mozilla.org/MPL/2.0/.

Third party libraries used:

About

An input plugin for Zilmar spec emulators including Project 64 1.6 and later.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.3%
  • C++ 32.1%
  • Makefile 0.6%