Fix region detection for Wild Arms
authorretro-wertz <retro-wertz@users.noreply.github.com>
Sat, 3 Aug 2019 04:02:35 +0000 (12:02 +0800)
committerretro-wertz <retro-wertz@users.noreply.github.com>
Sat, 3 Aug 2019 04:02:35 +0000 (12:02 +0800)
commit1893f4083d715eb37bf8051cd539597d2abd922b
tree56e5c54024b23392122f76832326ef2042cdf365
parent3e42b1155e892eae2dcd0ee62d0645ef43b889a5
Fix region detection for Wild Arms

- Wild Arms EU and US version has non-standard string (probably for region protection) causing auto-region detection to fail and wrong CDROM info in log.
- This fix sanitizes the string name to remove unneeded characters ("EXE\" in this case that comes before the serial-number). This would sanitize the CD-ROM info in log as well.
libpcsxcore/misc.c