• Show log

    Commit

  • Hash : 781455fd
    Author : David Ludwig
    Date : 2015-12-06T17:06:40

    WinRT: workaround for a possible bug in the Win10 Store's Certification Kit
    
    DXGI fails to report any displays in at least one of the
    "Windows App Certification Kit 10.0"'s tests for Store Apps.  This was
    causing SDL's video initialization code to fail, when the suspect test
    ("Direct3D Feature Test") was run, as DXGI was unable to report a
    display-output at adapter-index 0, output-index 0.
    
    The workaround that is applied here attempts to detect this case, then
    use a hopefully-reasonable alternative means to calculate at least one
    display output.
    

  • 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_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    http://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)