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

Function romfsInit

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

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

Source from the content-addressed store, hash-verified

82
83/// Wrapper for \ref romfsMountSelf with the default "romfs" device name.
84static inline Result romfsInit(void)
85{
86 return romfsMountSelf("romfs");
87}
88
89/// Wrapper for \ref romfsUnmount with the default "romfs" device name.
90static inline Result romfsExit(void)

Callers

nothing calls this directly

Calls 1

romfsMountSelfFunction · 0.85

Tested by

no test coverage detected