mirror of
https://github.com/wiiu-env/libmocha.git
synced 2024-11-08 21:15:06 +01:00
FSAEx_RawWriteEx: Use shim->request.rawWrite instead of shim->request.rawRead
This commit is contained in:
parent
b0dee42698
commit
6019c6947a
@ -175,7 +175,7 @@ FSError FSAEx_RawWriteEx(int clientHandle, const void *data, uint32_t size_bytes
|
||||
shim->ioctlvVec[2].vaddr = &shim->response;
|
||||
shim->ioctlvVec[2].len = sizeof(FSAResponse);
|
||||
|
||||
auto &request = shim->request.rawRead;
|
||||
auto &request = shim->request.rawWrite;
|
||||
request.blocks_offset = blocks_offset;
|
||||
request.count = cnt;
|
||||
request.size = size_bytes;
|
||||
|
Loading…
Reference in New Issue
Block a user