Sakura-IT / libSDL_WarpOS

libSDL port to WarpOS/SonnetAmiga
GNU Lesser General Public License v2.1
3 stars 3 forks source link

New joystick initialization is not robust #3

Closed DvdBoon closed 5 years ago

DvdBoon commented 5 years ago

New 68k code is prone to crashing with a wrong libbase in a6. Need to investigate.

DvdBoon commented 5 years ago

Due to the async initialization, data could be uninitialized when the 68k events check loop was started. extra check added.