replace almost all uses of shared_ptr with unique_ptr.

This commit is contained in:
ITotalJustice
2025-06-23 20:02:04 +01:00
parent aa724e12ba
commit 2ff2923d39
37 changed files with 446 additions and 442 deletions

View File

@@ -16,8 +16,6 @@ struct Entry {
NacpLanguageEntry lang{};
int image{};
bool selected{};
std::shared_ptr<title::ThreadResultData> info{};
title::NacpLoadStatus status{title::NacpLoadStatus::None};
auto GetName() const -> const char* {