J2Kbr / GtunerIV

Gtuner IV - Titan Two's software bug report.
http://www.consoletuner.com
25 stars 4 forks source link

remapper_mask does not seem to work anymore #413

Open phillowAT opened 3 years ago

phillowAT commented 3 years ago

Hi,

i followed the instructions here: https://www.consoletuner.com/wiki/index.php?id=t2:remapper_mask but got the error: "Illegal operation 'remapper'".

#include <remapper.gph>

init {
    remapper_swap(BUTTON_15, BUTTON_16);
    remapper_swap(BUTTON_16, BUTTON_15);
    // Only to the controller on Input-A
    remapper_mask(RMP_USB_A);
}