Updated notification-led example for latest libnx.

This commit is contained in:
yellows8 2019-04-26 21:51:19 -04:00
parent 452002158c
commit 1d7a5f04df
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -28,11 +28,10 @@ int main(int argc, char* argv[])
memset(&pattern, 0, sizeof(pattern));
// Setup the pattern data.
// TODO: Update this once libnx has the struct filled in.
pattern.unk_x0[0] = 0xf;
pattern.unk_x0[1] = 0xf;
pattern.unk_x0[2] = 0xf;
pattern.unk_x0[3] = 0xf;
pattern.globalMiniCycleDuration = 0xf;
pattern.totalMiniCycles = 0xf;
pattern.totalFullCycles = 0xf;
pattern.startIntensity = 0xf;
printf("notification-led example\n");