• Show log

    Commit

  • Hash : 7d90df0e
    Author : Lee Salzman
    Date : 2021-08-29T15:24:23

    Restore previous behavior of empty SDL_AUDIODRIVER trying all drivers.
    
    The recent change to make SDL_AUDIODRIVER support comma-separated lists
    broke the previous behavior where an SDL_AUDIODRIVER that was empty
    behaved the same as if it was not set at all. This old behavior was
    necessary to paper over differences in platforms where SDL_setenv may
    or may not actually delete the env var if an empty string is specified.
    This patch just adds a simple check to ensure SDL_AUDIODRIVER is not
    empty before using it, restoring the old interpretation of the empty
    var.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_w kc3_lang_org thodg_l thodg_m www_kmx_io thodg
    Tags

  • README.md

  • Simple DirectMedia Layer (SDL) Version 2.0

    https://www.libsdl.org/

    Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valveā€™s award winning catalog and many Humble Bundle games.

    More extensive documentation is available in the docs directory, starting with README.md

    Enjoy!

    Sam Lantinga (slouken@libsdl.org)