bardeci / gambatte-dms

Gambatte-DMS is a GB/GBC emulator for handheld devices, using a modified Gambatte core.
GNU General Public License v2.0
66 stars 21 forks source link

Fix Segmentation fault in Cheats menu #46

Closed SnDream closed 3 months ago

SnDream commented 3 months ago

It looks like uninitialized loc for toupper() causes Segmentation fault. Leaving the Cheats menu no longer crashes after the modification, not tested for actual gamegenie/gameshark functionality.

SnDream commented 3 months ago

std::toupper returns int instead of std::string, close this PR for now