raphnet / mupen64plus-input-raphnetraw

Input plugin with direct N64 controller access for raphnet adapters
http://raphnet.net/programmation/mupen64plus-input-raphnetraw/index_en.php
GNU General Public License v2.0
14 stars 12 forks source link

Undefined symbol: SDL_PumpEvents #8

Closed Mastergatto closed 3 years ago

Mastergatto commented 5 years ago

On Archlinux I'm using a frontend that is able to load every plugin except for raphnetraw, because of the error (in the title). To fix it I had to add

LDLIBS += "-lSDL2"

in Makefile and recompile it in order to make the plugin work.

raphnet commented 3 years ago

Sorry for the delay. The call to SDL_PumpEvents has been removed.