Updated print text for vibration example.

This commit is contained in:
yellows8 2018-03-07 00:24:15 -05:00
parent c04241827f
commit ed634c5403

View File

@ -21,7 +21,7 @@ int main(int argc, char **argv)
rc = hidInitializeVibrationDevice(&VibrationDeviceHandle, CONTROLLER_PLAYER_1, LAYOUT_DEFAULT);
printf("hidInitializeVibrationDevice() returned: 0x%x\n", rc);
if (R_SUCCEEDED(rc)) printf("Press A to vibrate.\n");
if (R_SUCCEEDED(rc)) printf("Hold R to vibrate, and press A/B/X/Y to adjust values.\n");
VibrationValue.values[0] = 10.0f;
VibrationValue.values[1] = 10.0f;