The SFIII rom and his clones load normaly, you can go into to dipswitcch menu and change everything (level, handicap, etc.) but, after you choose you character, when the "?" rotate to show you your first opponent, the retroarch crashes.
In several cases of the same error, it would be an unaligned mem access problem.
In the QuickNes core, commit 5959457b merged on 3/30/2018 included the parameter "-DNO_UNALIGNED_ACCESS" to resolve issues 6 and 37, whose problem description resembles the one presented in issue #103.
The SFIII rom and his clones load normaly, you can go into to dipswitcch menu and change everything (level, handicap, etc.) but, after you choose you character, when the "?" rotate to show you your first opponent, the retroarch crashes.
The logcat of Android show this error:
In several cases of the same error, it would be an unaligned mem access problem.
In the QuickNes core, commit 5959457b merged on 3/30/2018 included the parameter "-DNO_UNALIGNED_ACCESS" to resolve issues 6 and 37, whose problem description resembles the one presented in issue #103.