kbeckmann / game-and-watch-retro-go

Emulator collection for Nintendo® Game & Watch™
GNU General Public License v2.0
440 stars 133 forks source link

flashapp: 64-bit progress calculation #145

Closed unhold closed 3 years ago

unhold commented 3 years ago

This avoids an overflow with big progress values. Previously, the Flash erase status bar was jumping back to start after every 16 MiB erased.

Please consider merging this small fix to the erase status bar for large Flash.

kbeckmann commented 3 years ago

Thanks for the fix!