Eric Warmenhoven
Eric Warmenhoven
> Is there a folder where i can put the dylib cores? ... Or a core dylib install option Not exactly. Binaries have to be inside the app bundle and...
Mame isn't going to happen, but FBNeo is there. I've put up a [PR](https://github.com/libretro/RetroArch/pull/17044) to add Beetle PC-FX.
I disagree: Nightly build: Stable build: macOS 10.13 link: All of them link to universal/RetroArch_Metal.dmg.
https://stackoverflow.com/a/11752084/122152 Because that's what the browser says it is.
Since all these things are tasks and there's only one thread handling tasks, any blocking networking operation will stall the entire thread. The on demand thumbnail downloader in particular is...
Incidentally this exact problem happens on iOS all the time, when it's in airplane mode. It's something I've had in the back of my mind for a long time.
The net_http refactor fixed this on threaded platforms by moving dns lookups to their own thread and caching responses (including failures).
> Does that mean that libcurl is not available on android, or that it is not compiled with SSL support on android? More complicated than that, retroarch does not use...
I'm not sure exactly which question you're asking, but if it's enabled, you'll see it in the main menu > information > system information, at the very bottom should be...
Stable releases don't happen on a schedule so I can't say exactly when. You can install a nightly build now and test it out, https://buildbot.libretro.com/nightly/android/. I'm not sure on android...