Fix build, nw
This commit is contained in:
parent
26258c22ab
commit
3eb3d5cb38
@ -45,7 +45,7 @@ void naomi_m1_board::device_start()
|
|||||||
actel_id = 0;
|
actel_id = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
key = flipendian_int32(key);
|
key = swapendian_int32(key);
|
||||||
|
|
||||||
buffer = std::make_unique<uint8_t[]>(BUFFER_SIZE);
|
buffer = std::make_unique<uint8_t[]>(BUFFER_SIZE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user