SourMesen / Mesen-S

Mesen-S is a cross-platform (Windows & Linux) SNES emulator built in C++ and C#
GNU General Public License v3.0
414 stars 102 forks source link

SNES Mouse in Mario Paint #135

Closed carmiker closed 4 years ago

carmiker commented 4 years ago

I cannot seem to get the mouse working in Mario Paint. However, I am able to use it in other games, for example, T2 - The Arcade Game. I have tried using libretro, standalone, and my own unreleased build. Am I missing something obvious?

SourMesen commented 4 years ago

Mario Paint needs the mouse in player 1's port - is that where you're connecting it? Seems to work fine on my end, at least.

carmiker commented 4 years ago

That was the obvious thing I was missing! Thank you.