irixxxx / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
52 stars 24 forks source link

Unable to build fresh master #62

Closed freq-mod closed 2 years ago

freq-mod commented 2 years ago

platform/common/emu.c: In function ‘emu_update_input’: platform/common/emu.c:1183:26: error: ‘IN_BINDTYPE_PLAYER34’ undeclared (first use in this function); did you mean ‘IN_BINDTYPE_PLAYER12’? pl_actions[2] = actions[IN_BINDTYPE_PLAYER34]; ^~~~~~~~

irixxxx commented 2 years ago

It's defined in the libpicofe submodule and that is correctly referenced in master. Have you updated your submodules?

freq-mod commented 2 years ago

i thought i did, but turns out not. Now its fine, thanks