Changeset 3981:0dda28251f72 in roaraudio


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

activate rplay

Location:
roard
Files:
3 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: 
  • roard/network.c

    r3912 r3981  
    171171   break; 
    172172#endif 
     173#ifndef ROAR_WITHOUT_DCOMP_EMUL_RPLAY 
     174  case ROAR_PROTO_RPLAY: // nothing to do here. 
     175   break; 
     176#endif 
    173177  default: 
    174178    // OS independiend code to close the socket: 
  • roard/roard.c

    r3966 r3981  
    227227 printf("  rsound        W      - RSound emulation\n"); 
    228228#endif 
     229#ifndef ROAR_WITHOUT_DCOMP_EMUL_RPLAY 
     230 printf("  rplay         W      - RPlay emulation\n"); 
     231#endif 
    229232} 
    230233 
Note: See TracChangeset for help on using the changeset viewer.