MCPcopy Create free account
hub / github.com/devkitPro/libctru / archiveUnmount

Function archiveUnmount

libctru/source/archive_dev.c:450–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450Result archiveUnmount(const char *deviceName)
451{
452 archive_fsdevice *device = archiveFindDevice(deviceName);
453
454 if(device==NULL)
455 return -1;
456
457 return _archiveUnmountDeviceStruct(device);
458}
459
460Result archiveUnmountAll(void)
461{

Callers

nothing calls this directly

Calls 2

archiveFindDeviceFunction · 0.85

Tested by

no test coverage detected