Unable to build fresh master
Closed this issue · 2 comments
freq-mod commented
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
It's defined in the libpicofe submodule and that is correctly referenced in master. Have you updated your submodules?
freq-mod commented
i thought i did, but turns out not. Now its fine, thanks