A simple application that map SDL input to DSU protocol (cemuhook).
git clone https://github.com/FrogTheFrog/sdl2dsu.git
cd sdl2dsu
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE:STRING=Release -G Ninja -B ./build
cmake --build build
Binary will be located in build/src
.
Run the app with sdl2dsu --help
for more info.
Take a look in the examples
directory on how the service should look like.