qt: Hide system titles with invisible or invalid SMDH data. (#6381)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user