add save creation. add loading sys-tweek entries. add title cache delete.

This commit is contained in:
ITotalJustice
2025-06-21 22:25:51 +01:00
parent 1f7179e941
commit 9d4c431eef
8 changed files with 321 additions and 299 deletions

View File

@@ -17,8 +17,7 @@ struct Entry {
int image{};
bool selected{};
std::shared_ptr<NsApplicationControlData> control{};
u64 jpeg_size{};
std::shared_ptr<title::ThreadResultData> info{};
title::NacpLoadStatus status{title::NacpLoadStatus::None};
auto GetName() const -> const char* {
@@ -83,6 +82,7 @@ private:
void DeleteGames();
void DumpGames(u32 flags);
void CreateSaves(AccountUid uid);
private:
static constexpr inline const char* INI_SECTION = "games";