Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a crash in heuristic memory mapping.
Commit 712ed9b changed the way that the Sufami Turbo base cartridge was detected, but it caused crashes. Apparently the way we were converting the binary ROM data to a string for comparison, was actually calling the wrong `string` constructor. Let's more explicitly create a string_view instead of hoping for the compiler to pick a suitable constructor chain.
- Loading branch information