switch bad updates list to hex

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-24 13:40:43 -04:00
parent dd362fa1de
commit be5a8bfe3e
Signed by: crueter
GPG key ID: A5A7629F109C8FD1

View file

@ -205,7 +205,7 @@ enum class CalloutFlag : uint32_t {
* so this tracks which games are bad in this regard.
*/
static const QList<u64> bad_update_games{
72324500776771584 // Tears of the Kingdom
0x0100F2C0115B6000 // Tears of the Kingdom
};
const int GMainWindow::max_recent_files_item;