NagyD / SDLPoP

An open-source port of Prince of Persia, based on the disassembly of the DOS version.
GNU General Public License v3.0
1.1k stars 141 forks source link

[enhancement] redefine_keyboard2 branch #287

Closed cesarpuig closed 2 years ago

cesarpuig commented 2 years ago

Hello.

Keyboard settings are not saved once you exit the game. You could add the option to redefine the enter and esc keys, to navigate through the menus.

Thanks a lot

NagyD commented 2 years ago

Keyboard settings are not saved once you exit the game.

I have added code to save them into the SDLPoP.cfg: 0ba7ebdb9eeb138c22763e5b5386613a2da3c73f

You could add the option to redefine the enter and esc keys, to navigate through the menus.

Done: 9aab113bb04c571d91991b9f142f822e62f033f5

cesarpuig commented 2 years ago

@NagyD

Thank you very much, it works perfectly