badgeteam / mch2022-esp32-app-gnuboy

GNUBOY GameBoy and GameBoy Color emulator for the MCH2022 badge
GNU General Public License v2.0
5 stars 3 forks source link

Reimplement `create_savefile_path` #3

Closed ankon closed 1 year ago

ankon commented 2 years ago

The existing implementation was fairly complex, and contained a memory corruption bug. Simplyfing this (and in particular reducing allocations and related calculations) fixes the corruption as a side-effect.

Fixes: #2 Together-with: @raugustijn

renzenicolai commented 1 year ago

Thank you, such improvements are very much appreciated. Sorry for the huge delay, I didn't get around to working on this app in quite a while.