Not sure what happened here xD

This commit is contained in:
plutoo 2018-03-07 18:49:40 +01:00
parent e19c42e2d1
commit f1211ac816

View File

@ -31,8 +31,8 @@ int main(int argc, char **argv)
memset(&VibrationValue_stop, 0, sizeof(HidVibrationValue)); memset(&VibrationValue_stop, 0, sizeof(HidVibrationValue));
// Switch like stop behavior with muted band channels and frequencies set to default. // Switch like stop behavior with muted band channels and frequencies set to default.
VibrationValue_stop.freq_low = 160.0f VibrationValue_stop.freq_low = 160.0f;
VibrationValue_stop.freq_high = 320.0f VibrationValue_stop.freq_high = 320.0f;
// Main loop // Main loop
while(appletMainLoop()) while(appletMainLoop())