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

Remove SDL_PumpEvents #11

Closed loganmc10 closed 3 years ago

loganmc10 commented 4 years ago

This is an alternative to #10.

mupen64plus-core was recently fixed:

mupen64plus/mupen64plus-core@13d1ad4

So SDL_PumpEvents can be removed altogether

loganmc10 commented 4 years ago

@raphnet I just ordered the N64 adapter to test, I'd like to include this plugin with https://m64p.github.io , I try to include the upstream modules where I can, but I can't currently build the plugin without this change. Does everything here look ok?

loganmc10 commented 4 years ago

@raphnet