SteamGridDB / SGDBoop

A program used for applying custom artwork to Steam, using SteamGridDB. Supports both Windows and Linux, written completely in C.
https://www.steamgriddb.com/boop
zlib License
269 stars 10 forks source link

Fix: appid may contain special bytes. #50

Closed Xzonn closed 1 year ago

Xzonn commented 1 year ago

For some reasons, 0x00 bytes are set to 0x03 in fileContent. But, if the "appid" of non-Steam games contains some 0x00 bytes, the program will fail, since it did not get the real appid.