mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-25 16:20:20 -05:00
Add FSBindMount and FSBindUnmount
This commit is contained in:
parent
6affe2ff29
commit
98966f020f
|
|
@ -601,6 +601,19 @@ FSUnmount(FSClient *client,
|
|||
const char *target,
|
||||
uint32_t flags);
|
||||
|
||||
FSStatus
|
||||
FSBindMount(FSClient *client,
|
||||
FSCmdBlock *cmd,
|
||||
const char *source,
|
||||
const char *target,
|
||||
uint32_t flags);
|
||||
|
||||
FSStatus
|
||||
FSbindUnmount(FSClient *client,
|
||||
FSCmdBlock *cmd,
|
||||
const char *target,
|
||||
uint32_t flags);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -184,6 +184,8 @@ EXPORT(FSGetLastErrorCodeForViewer);
|
|||
EXPORT(FSGetMountSource);
|
||||
EXPORT(FSMount);
|
||||
EXPORT(FSUnmount);
|
||||
EXPORT(FSBindMount);
|
||||
EXPORT(FSBindUnmount);
|
||||
|
||||
// coreinit/foreground.h
|
||||
EXPORT(OSEnableForegroundExit);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user