Core doesn't load after latest commit 72b3341
Opened this issue · 4 comments
@twinaphex @webgeek1234 Core doesn't load, it says 'Failed to open libretro core'. It gives no information at the bottom left of the screen.
My device is a GPD XD Handheld, Android Kitkat. Retroarch v176 Stable (I can't use the latest version because there is a bug (that has been reported but not fixed) that crashes Retroarch when going to/from the GUI).
I think the problem is 'cannot locate symbol "rand" '. This is my most used core. Please fix. Thanks.
The same problem was reported here #61 . I think you need to lower the API to 19.
Yeah, this looks like my bad. No idea how or why I added a target api to the jni makefiles. But the core compiles fine all the way down to the current minimum api of 16. Submitted PR #70 to fix this.
Works again now, thanks.
@webgeek1234 haven't this change been made in other cores too? Maybe the same fix should be made to them.