Files
NXST/include/nxst/infra/fs/filesystem.hpp
T
DragonSpirit 898e127c1d
CI / Build NRO (push) Successful in 30s
CI / Format check (push) Failing after 33s
CI / Layering check (push) Successful in 1s
another stage of refactoring
2026-05-13 09:47:19 +03:00

10 lines
249 B
C++

// Copyright (C) 2024-2026 NXST contributors
#pragma once
#include <switch.h>
namespace file_system {
Result mount(FsFileSystem* fs, u64 title_id, AccountUid uid);
int mount(FsFileSystem fs);
void unmount();
} // namespace file_system