fix identifier for latest libnx

This commit is contained in:
Dave Murphy 2018-01-28 01:01:07 +00:00 committed by plutoo
parent 46acf316d3
commit 42cb89013d

View File

@ -126,7 +126,7 @@ int main(int argc, char **argv)
.SerialNumber = "1337",
};
ret = usbDsInitialize(USBCOMPLEXID_Default, &deviceinfo);
ret = usbDsInitialize(UsbComplexId_Default, &deviceinfo);
if (R_SUCCEEDED(ret)) {
u8 *tmpbuf = memalign(0x1000, 0x1000);//The buffer for PostBufferAsync commands must be 0x1000-byte aligned.