mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 05:12:40 +02:00
Not sure what happened here xD
This commit is contained in:
parent
e19c42e2d1
commit
f1211ac816
@ -31,8 +31,8 @@ int main(int argc, char **argv)
|
||||
|
||||
memset(&VibrationValue_stop, 0, sizeof(HidVibrationValue));
|
||||
// Switch like stop behavior with muted band channels and frequencies set to default.
|
||||
VibrationValue_stop.freq_low = 160.0f
|
||||
VibrationValue_stop.freq_high = 320.0f
|
||||
VibrationValue_stop.freq_low = 160.0f;
|
||||
VibrationValue_stop.freq_high = 320.0f;
|
||||
|
||||
// Main loop
|
||||
while(appletMainLoop())
|
||||
|
Loading…
Reference in New Issue
Block a user