in save menu close account service as soon as account data is loaded.

This commit is contained in:
ITotalJustice
2025-06-07 11:49:50 +01:00
parent 74c1cd3be0
commit 8d958a2d1d
2 changed files with 10 additions and 20 deletions

View File

@@ -39,12 +39,6 @@ struct Entry final : FsSaveDataInfo {
}
};
struct AccountEntry {
AccountUid uid;
AccountProfile profile;
AccountProfileBase base;
};
struct ThreadResultData {
u64 id{};
std::shared_ptr<NsApplicationControlData> control{};
@@ -140,7 +134,7 @@ private:
bool m_is_reversed{};
bool m_dirty{};
std::vector<AccountEntry> m_accounts{};
std::vector<AccountProfileBase> m_accounts{};
s64 m_account_index{};
ThreadData m_thread_data{};