Changeset 3981:0dda28251f72 in roaraudio for roard/clients.c


Ignore:
Timestamp:
06/27/10 22:13:50 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

activate rplay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r3928 r3981  
    258258  case ROAR_PROTO_ROARAUDIO: 
    259259  case ROAR_PROTO_ESOUND: 
     260  case ROAR_PROTO_RPLAY: 
    260261  case ROAR_PROTO_SIMPLE: 
    261262    byteorder = ROAR_BYTEORDER_NETWORK; 
     
    484485#endif 
    485486#endif 
     487#ifndef ROAR_WITHOUT_DCOMP_EMUL_RPLAY 
     488  case ROAR_PROTO_RPLAY: 
     489    rv = emul_esd_check_client(id, NULL); 
     490   break; 
     491#endif 
    486492#ifndef ROAR_WITHOUT_DCOMP_EMUL_ESD 
    487493  case ROAR_PROTO_RSOUND: 
Note: See TracChangeset for help on using the changeset viewer.