Author Topic: How to add additional Button Combo for Hotkey  (Read 3490 times)

Offline pandapan

  • New Member
  • *
  • Posts: 2
  • Karma: +0/-0
Re: How to add additional Button Combo for Hotkey
« Reply #15 on: February 29, 2024, 02:42:52 PM »
A C/C++ developer should have no issue building his own core after replacing the macro code at https://github.com/libretro/FBNeo/blob/868dee240104ed2ba3b74ec0bc3c9f467fb284f8/src/burner/libretro/retro_input.cpp#L200-L259 and  https://github.com/libretro/FBNeo/blob/868dee240104ed2ba3b74ec0bc3c9f467fb284f8/src/burner/libretro/retro_input.cpp#L1812-L1821
I imitated the rules of Neogeo and added the PGM combination key. As a result, the keys were wrong, which caused Neogeo to be unable to start the game