Hi,
I’m trying to play Tetris in two player mode using TGB Dual Core. I’ve added option
tgbdual_gblink_enable = "enabled"
to my ~/.config/retroarch/retroarch.cfg, and I try to start retroarch with following options (according to https://github.com/libretro/tgbdual-libretro/issues/1)
retroarch -L /usr/lib/libretro/tgbdual_libretro.so --sufamiA tetris.gb --sufamiB tetris.gb tetris.gb
But I always have this error :
retroarch: unrecognized option '--sufamiA'
I’am using retroarch v1.0.0.3 on Archlinux. Retroarch is built from AUR package https://aur.archlinux.org/packages/retroarch-git
Can you please tell me what are the good options to use GB Link with TGB Dual core ?
Thanks.