HLE/FS: Corrected some style concerns.

This commit is contained in:
Subv
2016-01-16 17:01:01 -05:00
parent 95380d8950
commit 3aa42627a3
8 changed files with 12 additions and 14 deletions

View File

@ -36,13 +36,13 @@ public:
const std::string& GetMountPoint() const { return mount_point; }
/*
/**
* Writes the SMDH icon of the ExtSaveData to file
* @param path Path of this ExtSaveData
* @param icon_data Binary data of the icon
* @param icon_size Size of the icon data
*/
void WriteIcon(const Path& path, u8* icon_data, u32 icon_size);
void WriteIcon(const Path& path, const u8* icon_data, u32 icon_size);
private:
/**