Bumped windib's priority above DirectX, since both DirectDraw and DirectInput
seem to be giving people issues on newer Windows and DX revisions. We'll see if this is just a temporary fix or not... :/ --ryan. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401213
This commit is contained in:
parent
8e86d24274
commit
4b19712d42
1 changed files with 3 additions and 3 deletions
|
@ -87,12 +87,12 @@ static VideoBootStrap *bootstrap[] = {
|
|||
#ifdef ENABLE_AALIB
|
||||
&AALIB_bootstrap,
|
||||
#endif
|
||||
#ifdef ENABLE_DIRECTX
|
||||
&DIRECTX_bootstrap,
|
||||
#endif
|
||||
#ifdef ENABLE_WINDIB
|
||||
&WINDIB_bootstrap,
|
||||
#endif
|
||||
#ifdef ENABLE_DIRECTX
|
||||
&DIRECTX_bootstrap,
|
||||
#endif
|
||||
#ifdef ENABLE_BWINDOW
|
||||
&BWINDOW_bootstrap,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue