mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 23:17:51 +00:00
HLE/FS: Corrected some style concerns.
This commit is contained in:
parent
0e84970817
commit
438f0cb335
8 changed files with 12 additions and 14 deletions
|
@ -183,7 +183,7 @@ ResultVal<u64> GetFreeBytesInArchive(ArchiveHandle archive_handle);
|
|||
*/
|
||||
ResultCode FormatArchive(ArchiveIdCode id_code, const FileSys::ArchiveFormatInfo& format_info, const FileSys::Path& path = FileSys::Path());
|
||||
|
||||
/*
|
||||
/**
|
||||
* Retrieves the format info about the archive of the specified type and path.
|
||||
* The format info is supplied by the client code when creating archives.
|
||||
* @param id_code The id of the archive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue