Closed S0urceror closed 7 months ago
After getting your last changes I noticed that on my Mac the emulator was crashing at startup:
I noticed this was due to SDL::initialisation is now happening on a separate UI thread. According to the SDL folks this is not recommended.
When reverting back to running on the main thread everything works again:
Oops. Reverted that mistake. Thanks
After getting your last changes I noticed that on my Mac the emulator was crashing at startup:
I noticed this was due to SDL::initialisation is now happening on a separate UI thread. According to the SDL folks this is not recommended.
When reverting back to running on the main thread everything works again: