mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 17:59:16 +01:00
*Forgot to remove something which broke 222/223 support
This commit is contained in:
parent
e9385e9448
commit
bc2b263a96
@ -143,7 +143,6 @@ s32 USBStorage_Umount(void)
|
|||||||
|
|
||||||
void USBStorage_Deinit(void)
|
void USBStorage_Deinit(void)
|
||||||
{
|
{
|
||||||
USBStorage_Umount();
|
|
||||||
/* Close USB device */
|
/* Close USB device */
|
||||||
if (fd > 0) {
|
if (fd > 0) {
|
||||||
IOS_Close(fd);
|
IOS_Close(fd);
|
||||||
|
Loading…
Reference in New Issue
Block a user