AmatCoder / mednaffe

A front-end (GUI) for mednafen emulator
GNU General Public License v3.0
429 stars 35 forks source link

Compilation error: joystick.h #97

Closed polsvoice closed 5 years ago

polsvoice commented 5 years ago

I'm getting this error when I try to compile:

widgets/medlistjoy.c:25:10: fatal error: joystick.h: No such file or directory
 #include "joystick.h"
          ^~~~~~~~~~~~
compilation terminated.

I assume I'm missing a library somewhere.

AmatCoder commented 5 years ago

No, it was my fault. I forgot to upload some files... :( Fixed with commit 7a020f4. Thanks for reporting!