mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
FileSys: Add forgotten docstrings.
This commit is contained in:
parent
44dabd0dec
commit
d34673990b
7 changed files with 35 additions and 4 deletions
|
@ -24,6 +24,10 @@ Archive_SDMC::Archive_SDMC(const std::string& mount_point) {
|
|||
Archive_SDMC::~Archive_SDMC() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize the archive.
|
||||
* @return true if it initialized successfully
|
||||
*/
|
||||
bool Archive_SDMC::Initialize() {
|
||||
if (!FileUtil::IsDirectory(mount_point)) {
|
||||
WARN_LOG(FILESYS, "Directory %s not found, disabling SDMC.", mount_point.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue