mupen64plus / mupen64plus-input-sdl

Input plugin for Mupen64Plus v2.0 project using SDL. This is derived from the original Mupen64 blight_input plugin.
GNU General Public License v2.0
43 stars 70 forks source link

Drop architecture checks for cross-platform project #16

Closed Nebuleon closed 9 years ago

Nebuleon commented 9 years ago

The Mupen64Plus SDL Input plugin is not sensitive to the architecture it's compiled for, only the operating system and the flags used to build it as a plugin and link successfully against a platform's SDL port.

I attach a commit that drops unnecessary architecture checks for this project, which means that new architecture ports have one less project to add a support stanza for in Unix Makefiles.

Narann commented 9 years ago

Interesting, I will let @richard42 review this.

Nebuleon commented 9 years ago

For completeness, there's also a similar pull request in the core, audio-sdl, rsp-hle and ui-console projects.