1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-10-04 05:19:43 +00:00
sys-con/SwitchUSB/include/libnxFix.h

8 lines
278 B
C
Raw Normal View History

2019-10-31 18:00:42 +00:00
#pragma once
#include "switch.h"
//This file exists for the sole purpose of fixing existing libnx bugs while the new release isn't out yet
//regular usbHsEpClose incorrectly accesses more memory than it should, causing a crash
void usbHsEpCloseFixed(UsbHsClientEpSession *s);