mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 18:12:14 +02:00
rename
This commit is contained in:
parent
86577c2c72
commit
84079335d1
@ -88,7 +88,7 @@ Result romfsMountFromCurrentProcess(const char *name);
|
||||
* @param program_id ProgramId to mount.
|
||||
* @param name Device mount name.
|
||||
*/
|
||||
Result romfsMountProgram(u64 program_id, const char *name);
|
||||
Result romfsMountDataStorageFromProgram(u64 program_id, const char *name);
|
||||
|
||||
/**
|
||||
* @brief Mounts RomFS from a file path in a mounted fsdev device.
|
||||
|
@ -342,7 +342,7 @@ Result romfsMountFromCurrentProcess(const char *name) {
|
||||
return romfsMountFromStorage(storage, 0, name);
|
||||
}
|
||||
|
||||
Result romfsMountProgram(u64 program_id, const char *name) {
|
||||
Result romfsMountDataStorageFromProgram(u64 program_id, const char *name) {
|
||||
FsStorage storage;
|
||||
|
||||
Result rc = fsOpenDataStorageByProgramId(&storage, program_id);
|
||||
|
Loading…
Reference in New Issue
Block a user