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

Tweaked the automatic input mode selection #128

Closed Falcury closed 7 years ago

Falcury commented 7 years ago
NagyD commented 7 years ago

Fixed not being able to start the game from the title screen by pressing shift

That usage of shift is checked here: https://github.com/NagyD/SDLPoP/blob/master/src/seg000.c#L490

NagyD commented 7 years ago

Maybe I could merge this to master as well?