Changeset 4638:2516f31ee04a in roaraudio for libroar/vs.c


Ignore:
Timestamp:
12/01/10 17:15:15 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ROAR_VS_BACKEND_DEFAULT is now handled at runtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vs.c

    r4637 r4638  
    619619 } 
    620620 
     621 if ( backend == ROAR_VS_BACKEND_DEFAULT ) { 
     622  backend = ROAR_VS_BACKEND_FIRST; 
     623 } 
     624 
    621625 switch (backend) { 
    622626  case ROAR_VS_BACKEND_NONE: 
Note: See TracChangeset for help on using the changeset viewer.