Skurdt / SK.Libretro

Libretro wrapper written in C# with support for the Unity game engine
MIT License
28 stars 13 forks source link

Nestopia core input does not work on Windows platform. #21

Closed Phantomxm2021 closed 10 months ago

Phantomxm2021 commented 10 months ago

Nestopia core input does not work on Windows platform.

Skurdt commented 10 months ago

Some cores need manual input activation, you can do so by calling, as an example, SetControllerPortDevice(0, RETRO_DEVICE.JOYPAD) on the LibretroInstance.

SetControllerPortDevice(uint port, RETRO_DEVICE id);

Phantomxm2021 commented 10 months ago

Thank you very much. It's working!