pspsdk-1.0+beta2
pspaudiorouting.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * pspaudiorouting.h - Interface to sceAudioRouting.
7  *
8  * Copyright (c) 2007 Alexander Berl <raphael@fx-world.org>
9  *
10  * $Id: pspinit.h 2345 2007-12-08 02:34:59Z raphael $
11  */
12 #ifndef __PSPAUDIOROUTING_H__
13 #define __PSPAUDIOROUTING_H__
14 
22 int sceAudioRoutingSetMode( int mode );
23 
30 
31 #endif
32