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

Function romfsExit

libctru/include/3ds/romfs.h:90–93  ·  view source on GitHub ↗

Wrapper for \ref romfsUnmount with the default "romfs" device name.

Source from the content-addressed store, hash-verified

88
89/// Wrapper for \ref romfsUnmount with the default "romfs" device name.
90static inline Result romfsExit(void)
91{
92 return romfsUnmount("romfs");
93}

Callers

nothing calls this directly

Calls 1

romfsUnmountFunction · 0.85

Tested by

no test coverage detected