Do you think you could add support for multiple styluses? Some games require it, like Hotel Dusk, where there's a puzzle requiring you to press two switches at the same time.
I'm not quite sure how you'd control two styluses, though.
No$gba's specifications note that the DS should return the average of the two values in this case, so I got past it by first switching on one of the switches, then pressing N to pause the game, and sort of switching on an imaginary switch in the middle of the two switches while holding N
. Would be nice if there was a better way of doing it?
(Of course, just switching on that imaginary middle switch wouldn't work - you have to start with one of the switches)
I'm not quite sure how you'd control two styluses, though.
No$gba's specifications note that the DS should return the average of the two values in this case, so I got past it by first switching on one of the switches, then pressing N to pause the game, and sort of switching on an imaginary switch in the middle of the two switches while holding N
(Of course, just switching on that imaginary middle switch wouldn't work - you have to start with one of the switches)