Skip to content

Commit

Permalink
Changed sceCtrlSetSamplingMode() from SCE_CTRL_MODE_ANALOG to SCE_CTR…
Browse files Browse the repository at this point in the history
…L_MODE_ANALOG_WIDE

Former-commit-id: ab770e3
  • Loading branch information
devingDev committed Jun 1, 2017
1 parent 1eee24f commit da792d4
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 103 deletions.
200 changes: 100 additions & 100 deletions CMakeFiles/CMakeOutput.log

Large diffs are not rendered by default.

Binary file modified CMakeFiles/vita_cord.elf.dir/src/VitaPad.cpp.obj
Binary file not shown.
2 changes: 1 addition & 1 deletion src/VitaPad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VitaPad::VitaPad(){
}

VitaPad::VitaPad(bool initstuff){
sceCtrlSetSamplingMode(SCE_CTRL_MODE_ANALOG);
sceCtrlSetSamplingMode(SCE_CTRL_MODE_ANALOG_WIDE);
sceCtrlPeekBufferPositive(0, &vitapad, 1);
left_analog_calibration_x = vitapad.lx;
left_analog_calibration_y = vitapad.ly;
Expand Down
2 changes: 1 addition & 1 deletion vita_cord.elf.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9356aa4f5f602798af2b84becda760aec1e5402a
af777ef0b32c338b99470398690bddd196f7c5cb
2 changes: 1 addition & 1 deletion vita_cord.elf.velf.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
30d09a2386f7f08221a2b5b9b7d2fa50cd270d1c
6a02c93f00ded782f2171cb7476ed47888db3949
Binary file modified vita_cord.self
Binary file not shown.
Binary file modified vita_cord.vpk
Binary file not shown.

0 comments on commit da792d4

Please sign in to comment.