ds3vita icon indicating copy to clipboard operation
ds3vita copied to clipboard

Using ds3 tool with moonlight

Open rjj3 opened this issue 8 years ago • 4 comments

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.

rjj3 avatar Oct 24 '17 14:10 rjj3

Check this https://github.com/xerpi/ds4vita/issues/31.

xerpi avatar Oct 24 '17 15:10 xerpi

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 .

rjj3 avatar Oct 24 '17 18:10 rjj3

Yeah, by editing moonlight's source code.

xerpi avatar Oct 30 '17 19:10 xerpi

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 .

rjj3 avatar Oct 30 '17 21:10 rjj3