Skip to content

Commit

Permalink
Added forgotten assignment of X/O button check
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 1, 2018
1 parent 0c92648 commit 11799ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VitaPad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <math.h>

VitaPad::VitaPad(){
buttonAssign = CheckButtonAssign();
sceCtrlSetSamplingMode(SCE_CTRL_MODE_ANALOG_WIDE);
sceCtrlPeekBufferPositive(0, &vitapad, 1);
//left_analog_calibration_x = vitapad.lx;
Expand Down
Binary file modified vita_cord.vpk
Binary file not shown.

0 comments on commit 11799ef

Please sign in to comment.