Skip to content

Vo1dTear/fooyin-plugin-msuinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Fooyin MSU-1 Plugin

Fooyin MSU-1 Plugin is a CMake project that builds the msuinput plugin for Fooyin.


Requirements

  • CMake ≥ 3.16
  • Git
  • Ninja
  • A C++ compiler (tested with GCC 15.2.1)

Dependencies

Ensure all Fooyin dependencies are installed. See the Fooyin build instructions for details.


Build Instructions

1. Clone the repository

git clone https://github.com/Vo1dTear/fooyin-plugin-msuinput.git
cd fooyin-plugin-msuinput

2. Build the plugin

mkdir -p build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
  • This generates the shared library:
build/msuinput/fyplugin_msuinput.so

Installing the Plugin (Optional)

You can install the plugin either system-wide or locally:

a) System-wide installation

sudo cmake --install .
  • Installs to:
/usr/lib/fooyin/plugins/fyplugin_msuinput.so

b) Local user installation

mkdir -p ~/.local/lib/fooyin/plugins
cp build/msuinput/fyplugin_msuinput.so ~/.local/lib/fooyin/plugins/

About

The Fooyin MSU-1 Plugin lets you play MSU-1 game soundtrack files directly in the Fooyin music player. MSU-1 is an enhancement chip for the Super Nintendo Entertainment System (SNES) that enables CD-quality audio playback.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors