mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 17:28:29 +12:00
Code cleanup
This commit is contained in:
parent
9523993a24
commit
ff9d180154
26 changed files with 105 additions and 131 deletions
|
@ -107,8 +107,7 @@ private:
|
|||
[[nodiscard]] boost::optional<TitleEntry&> GetTitleEntry(long item);
|
||||
[[nodiscard]] boost::optional<const TitleEntry&> GetTitleEntry(const fs::path& path) const;
|
||||
[[nodiscard]] boost::optional<TitleEntry&> GetTitleEntry(const fs::path& path);
|
||||
|
||||
bool VerifyEntryFiles(TitleEntry& entry);
|
||||
|
||||
void OnConvertToCompressedFormat(uint64 titleId, uint64 rightClickedUID);
|
||||
bool DeleteEntry(long index, const TitleEntry& entry);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue