TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.21k stars 385 forks source link

movies: normalize loaded hashes to upper case #3981

Closed RetroEdit closed 2 months ago

RetroEdit commented 3 months ago

fixes #3979

Check if completed:

RetroEdit commented 3 months ago

I considered doing it during parsing, but I wanted a narrow solution that was relatively unproblematic. Reworking all the checksum code right now might be more ambitious and error-prone. (In that case it would also maybe be worthwhile to have the hashes include their hash type more explicitly).