335e8901cc
Loki Max Loki Zero
773 B
773 B
Hypseus-singe (Daphne)
Button Combo | Action |
---|---|
++"SELECT"+"START"++ | Quit Game |
++"SELECT"++ | Coin |
++"START"++ | Start |
++"{{ btn_south }}"++ | Button 1 |
++"{{ btn_east }}"++ | Button 2 |
++"{{ btn_north }}"++ | Button 3 |
Notes:
-
To add/change mapping you can edit
/storage/.config/game/configs/hypseus/hypinput.ini
under[KEYBOARD]
section by changing third number for a function from0
(disabled) to a corresponding joystick value. You can identify joystick values by runningjstest /dev/input/js0
over ssh. -
For example the following would assign
quit
to ++"L1"++ andpause
to ++"R1"++[KEYBOARD] KEY_QUIT = SDLK_ESCAPE 0 5 KEY_PAUSE = SDLK_p 0 6