mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Renamed capsscCaptureScreenshot to capsscCaptureRawImageWithTimeout.
This commit is contained in:
parent
318f2b33b6
commit
b269f58f8f
@ -27,5 +27,5 @@ Service* capsscGetServiceSession(void);
|
||||
* @param buffer_index Starting image buffer index. Must be < buffer_count.
|
||||
* @param timeout Timeout in nanoseconds. A default value of 100000000 can be used.
|
||||
*/
|
||||
Result capsscCaptureScreenshot(void* buf, size_t size, u32 inval, u64 width, u64 height, s64 buffer_count, s64 buffer_index, u64 timeout);
|
||||
Result capsscCaptureRawImageWithTimeout(void* buf, size_t size, u32 inval, u64 width, u64 height, s64 buffer_count, s64 buffer_index, u64 timeout);
|
||||
|
||||
|
@ -37,7 +37,7 @@ Service* capsscGetServiceSession(void) {
|
||||
return &g_capsscSrv;
|
||||
}
|
||||
|
||||
Result capsscCaptureScreenshot(void* buf, size_t size, u32 inval, u64 width, u64 height, s64 buffer_count, s64 buffer_index, u64 timeout) {
|
||||
Result capsscCaptureRawImageWithTimeout(void* buf, size_t size, u32 inval, u64 width, u64 height, s64 buffer_count, s64 buffer_index, u64 timeout) {
|
||||
IpcCommand c;
|
||||
ipcInitialize(&c);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user