mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Remove untested icon code
This commit is contained in:
parent
a711236307
commit
ee4a85aa4a
4 changed files with 2 additions and 76 deletions
|
@ -23,8 +23,6 @@ public:
|
|||
void format(const FSPath& path, const FormatInfo& info) override;
|
||||
Rust::Result<FormatInfo, HorizonResult> getFormatInfo(const FSPath& path) override;
|
||||
void clear(const FSPath& path) const;
|
||||
void saveIcon(const std::vector<u8>& data) const;
|
||||
Rust::Result<std::vector<u8>, HorizonResult> loadIcon() const;
|
||||
|
||||
std::filesystem::path getFormatInfoPath(const FSPath& path) const;
|
||||
std::filesystem::path getUserDataPath() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue