Lothar Serra Mari 7fe86cec59 Fix savestates in SDL2 port
Because SDL_SCANCODE_0 comes *after* SDL_SCANCODE_9 in the SDL keycode
table, we have to check if the keycode is between >=1 and <=0. We also
have to substract SDL_SCANCODE_1 in order to set command_parameter
properly.

Errata: Currently, the savestate created with CTRL+0 is created, but
refuses to load on Windows (working fine on Linux).
2018-04-19 14:52:36 +02:00
..
2017-12-27 23:20:06 +02:00
2017-12-22 22:25:53 +02:00
2018-04-19 14:52:36 +02:00
2017-12-30 17:07:05 +02:00
2017-05-24 21:44:43 +03:00