libretro / hatari

New rebasing of Hatari based on Mercurial upstream. Tries to be a shallow fork for easy upstreaming later on.
25 stars 41 forks source link

Fix crash on Android. #69

Closed diablodiab closed 3 years ago

diablodiab commented 3 years ago

Compiling without -DLSB_FIRST causes loading of TOS to fail.

This lead to crashes on Android due to standard behavior of Hatari which is to show built-in GUI when TOS loading fails, which again would then lead to retro_input polling before retro_input pointers were properly initialized.

ajfarrell75 commented 3 years ago

Compiling without -DLSB_FIRST causes loading of TOS to fail.

This lead to crashes on Android due to standard behavior of Hatari which is to show built-in GUI when TOS loading fails, which again would then lead to retro_input polling before retro_input pointers were properly initialized.

Hey dia

Thanks for the feedback, I can run hatari on Android the problem is on Hatari on RetroArch run on iOS... most of the other emulators work is just the Atari st says invalid TOS even though I triple checked out working on android.

Is the issue you mention the root cause? It’s it possible to resolve it?

Many thanks again, would be really great to play hatari on retroarch on iOS

Best, Antony