mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 07:57:56 -05:00
FileSys: Add forgotten docstrings.
This commit is contained in:
@ -20,6 +20,10 @@ public:
|
||||
Archive_SDMC(const std::string& mount_point);
|
||||
~Archive_SDMC() override;
|
||||
|
||||
/**
|
||||
* Initialize the archive.
|
||||
* @return true if it initialized successfully
|
||||
*/
|
||||
bool Initialize();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user