mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 06:55:47 +00:00
HLE/FS: Corrected some style concerns.
This commit is contained in:
parent
95380d8950
commit
3aa42627a3
8 changed files with 12 additions and 14 deletions
|
@ -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:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue