shithub: m8c

ref: d6ac873907cc4f8e3b3b0754d88044c239a1fe29
dir: /config.ini/

View raw version
[graphics]
; set this to true to have m8c start fullscreen
fullscreen=false

[keyboard]
; these need to be the decimal value of the SDL scancodes.
; a table exists here: https://github.com/libsdl-org/sdlwiki/blob/main/SDLScancodeLookup.mediawiki
key_up=82
key_left=80
key_down=81
key_right=79
key_select=225
key_select_alt=4
key_start=44
key_start_alt=22
key_opt=226
key_opt_alt=29
key_edit=224
key_edit_alt=27
key_delete=76
key_reset=21

[gamepad]
; these need to be the decimal value of the SDL Controller buttons.
; a table exists here: https://wiki.libsdl.org/SDL_GameControllerButton
gamepad_up=11
gamepad_left=13
gamepad_down=12
gamepad_right=14
gamepad_select=4
gamepad_start=6
gamepad_opt=1
gamepad_edit=0