mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
Don't mind this
This commit is contained in:
parent
9a67c39fd0
commit
d0c9d8294d
@ -4,4 +4,4 @@ static inline void* armGetTls(void) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
void osDCacheFlush(void* addr, size_t size);
|
||||
void armDCacheFlush(void* addr, size_t size);
|
||||
|
@ -478,7 +478,7 @@ static Result _usbDsCmdNoParams(Handle sessionhandle, u64 cmd_id) {
|
||||
static Result _usbDsPostBuffer(Handle sessionhandle, u64 cmd_id, void* buffer, size_t size, u32 *urbId) {
|
||||
if(sessionhandle==0)return MAKERESULT(MODULE_LIBNX, LIBNX_NOTINITIALIZED);
|
||||
|
||||
osDCacheFlush(buffer, size);
|
||||
armDCacheFlush(buffer, size);
|
||||
|
||||
IpcCommand c;
|
||||
ipcInitialize(&c);
|
||||
|
Loading…
Reference in New Issue
Block a user