Skip to content

Commit

Permalink
Update touch.h
Browse files Browse the repository at this point in the history
  • Loading branch information
D5C85B13876B8 committed Aug 1, 2016
1 parent 6d0d462 commit cf92890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/psp2/touch.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ enum {
* @see sceTouchSetSamplingState()
*/
enum {
SCE_TOUCH_SAMPLING_STATE_START = 0,
SCE_TOUCH_SAMPLING_STATE_STOP = 1
SCE_TOUCH_SAMPLING_STATE_STOP = 0,
SCE_TOUCH_SAMPLING_STATE_START = 1
};

/**
Expand Down

0 comments on commit cf92890

Please sign in to comment.