rauzer ha scritto: ↑27/05/2019, 17:35
Verifica se Recalbox ha uno script che, in automatico, compila il file config dell'emulatore Daphne (come fa Retropie).
Altrimenti: va configurato a manina.
Tox Nox Fox ha scritto: ↑28/05/2019, 7:13
Daphne va da Gpio.
Per il resto ha ragione Rauzer
Grazie delle risposte ragazzi, ma scusate l'ignoranza, non so dove mettere le mani per fare le verifiche indicate da Rauzer, potreste illuminarmi ?

Devo cercare un file config in Daphne nel mio Recalbox e modificarlo a mano ? Se si come ?
PS. Googlando ho trovato questo (
https://github.com/RetroPie/RetroPie-Setup/wiki/Daphne ), credo vada bene anche per RECALBOX; quindi il terzo valore deve essere quello che mi restituisce il GPIO collegato al Joystick ?
Esempio :
Default dapinput.ini
# Daphne cutom keyboard and joystick mapping
#
# Each input is mapped to 2 keyboard keys and one joystick button.
# A joystick's first analog stick is also automatically mapped.
#
# The first two numbers are SDL keyboard codes (or 0 for "none")
# Find keyboard codes here:
#
http://www.daphne-emu.com/mediawiki/index.php/KeyList
#
# The third number is the joystick button code (or 0 for "none")
# Since 0 is reserved for special meaning, joystick button 0 is identified
# as 1 here. Button 1 is identified as 2, and so on.
#
# Find the button you want to map by running:
# jstest /dev/input/js0
[KEYBOARD]
KEY_UP = 273 114 5
KEY_DOWN = 274 102 7
KEY_LEFT = 276 100 8
KEY_RIGHT = 275 103 6
KEY_BUTTON1 = 306 97 14
KEY_BUTTON2 = 308 115 15
KEY_BUTTON3 = 32 113 16
KEY_START1 = 49 0 4
KEY_START2 = 50 0 0
KEY_COIN1 = 53 0 1
KEY_COIN2 = 54 0 0
KEY_SKILL1 = 304 119 0
KEY_SKILL2 = 122 105 0
KEY_SKILL3 = 120 107 0
KEY_SERVICE = 57 0 0
KEY_TEST = 283 0 0
KEY_RESET = 284 0 0
KEY_SCREENSHOT = 293 0 0
KEY_QUIT = 27 113 17
END