qt: Hide system titles with invisible or invalid SMDH data. (#6381)

This commit is contained in:
Steveice10 2023-04-01 20:27:22 -07:00 committed by GitHub
parent 387cf15719
commit a74d7a0e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View file

@ -72,6 +72,10 @@ struct SMDH {
Taiwan = 6,
};
enum Flags {
Visible = 1 << 0,
};
/**
* Gets game icon from SMDH
* @param large If true, returns large icon (48x48), otherwise returns small icon (24x24)