Skip to content
  • deuce's avatar
    More SDL2 fixes... · 0294a141
    deuce authored
    Remove CIOLIB_MODE_SDL_YUV* macros, these modes have no point anymore
    Fix SDL prototypes
    
    Use _beginthread() instead of SDL_CreateThread().  For some reason, using
    CreateThread() sometimes caused an application crash (ie: when using -?)
    Everyhing else uses _beginthread() so there's no reason for this to be
    special, especially when it breaks stuff.
    0294a141