Skip to content

Commit

Permalink
Fix analogs in remote play!!? Nope :(
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpi committed Apr 1, 2017
1 parent 25c898d commit b947e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ static void set_input_emulation(struct ds4_input_report *ds4)
js_moved = 1;
}

ksceCtrlSetButtonEmulation(0, 0, buttons, buttons, 32);
ksceCtrlSetButtonEmulation(0, 0, buttons, buttons | 0x10000000, 32);

ksceCtrlSetAnalogEmulation(0, 0, ds4->left_x, ds4->left_y,
ds4->right_x, ds4->right_y, ds4->left_x, ds4->left_y,
Expand Down

0 comments on commit b947e50

Please sign in to comment.