J :
CAREFUL : this update REVERSES the triggers default actions. * Make the right trigger opens the hand and the left trigger skips to next phase. * Add an option to reverse triggers (and thus revert to old style).
This commit is contained in:
@@ -131,7 +131,7 @@ bool CardSelector::CheckUserInput(u32 key)
|
||||
case PSP_CTRL_DOWN:
|
||||
active = closest<Down>(cards, limitor, active);
|
||||
break;
|
||||
case PSP_CTRL_LTRIGGER:
|
||||
case PSP_CTRL_TRIANGLE:
|
||||
showBig = !showBig;
|
||||
return true;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user