add code for calculating games size, stubbed for now as the ns calls are too slow to be usable.

This commit is contained in:
ITotalJustice
2025-05-03 15:30:40 +01:00
parent ca47fc1f89
commit 30cf4826f8
2 changed files with 30 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ enum class NacpLoadStatus {
struct Entry {
u64 app_id{};
s64 size{};
char display_version[0x10]{};
NacpLanguageEntry lang{};
int image{};