ds3vita
ds3vita copied to clipboard
Using ds3 tool with moonlight
Hi.
Is it possible to use the L2 R2 L3 R3 with moonlight on the ps vita 1000? The tool works fine but there is no input on those buttons.
Check this https://github.com/xerpi/ds4vita/issues/31.
So... I is there a way to get the input to work?
Em 24 de out de 2017 13:16, "Sergi Granell" [email protected] escreveu:
Check this xerpi/ds4vita#31 https://github.com/xerpi/ds4vita/issues/31.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xerpi/ds3vita/issues/9#issuecomment-339026175, or mute the thread https://github.com/notifications/unsubscribe-auth/Afg60yXVxADkjlu_ZEA97f7tlN82dSvJks5svf9ngaJpZM4QEjjW .
Yeah, by editing moonlight's source code.
if (config.model == SCE_KERNEL_MODEL_VITATV) { map.btn_tl = LEFT_TRIGGER | INPUT_TYPE_ANALOG; map.btn_tr = RIGHT_TRIGGER | INPUT_TYPE_ANALOG; map.btn_tl2 = SCE_CTRL_L3 | INPUT_TYPE_GAMEPAD; map.btn_tr2 = SCE_CTRL_R3 | INPUT_TYPE_GAMEPAD; } else { map.btn_tl = TOUCHSEC_NORTHWEST | INPUT_TYPE_TOUCHSCREEN; map.btn_tr = TOUCHSEC_NORTHEAST | INPUT_TYPE_TOUCHSCREEN; map.btn_tl2 = TOUCHSEC_SOUTHWEST | INPUT_TYPE_TOUCHSCREEN; map.btn_tr2 = TOUCHSEC_SOUTHEAST | INPUT_TYPE_TOUCHSCREEN; }
What should I change? Can you gelo?
Em 30 de out de 2017 17:06, "Sergi Granell" [email protected] escreveu:
Yeah, by editing moonlight's source code.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xerpi/ds3vita/issues/9#issuecomment-340551652, or mute the thread https://github.com/notifications/unsubscribe-auth/Afg60xWYwbUqr94U99Ze_Kruv3YMpryJks5sxh4lgaJpZM4QEjjW .