mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-05 16:09:24 +02:00
Use BufferType_Type1 in _capssuSaveScreenShotEx0, instead of a constant.
This commit is contained in:
parent
fdb1605fc5
commit
7d71d4f3a1
@ -104,7 +104,7 @@ static Result _capssuSaveScreenShotEx0(const void* buffer, size_t size, const Ca
|
||||
} *raw;
|
||||
|
||||
ipcSendPid(&c);
|
||||
ipcAddSendBuffer(&c, buffer, size, 1);
|
||||
ipcAddSendBuffer(&c, buffer, size, BufferType_Type1);
|
||||
|
||||
raw = serviceIpcPrepareHeader(&g_capssuSrv, &c, sizeof(*raw));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user