~ubuntu-branches/ubuntu/quantal/mupen64plus/quantal

« back to all changes in this revision

Viewing changes to doc/Audio_1.1.h

  • Committer: Bazaar Package Importer
  • Author(s): Sven Eckelmann, Sven Eckelmann, Piotr Ożarowski
  • Date: 2010-05-06 11:34:46 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100506113446-jfcd6uk7waudel82
Tags: 1.5+dfsg1-10
[ Sven Eckelmann ]
* debian/patches:
  - Add rsp_ucode2_reset.patch, Reset status of specific ucode2 hacks after
    starting again
  - Add rsp_hle_bigendian.patch, Fix wrong high level emulation of rsp on big
    endian systems
  - Add rice-crash-vendorstring.patch, Don't crash on long OpenGL vendor
    string (Closes: #580480, LP: #575968)

[ Piotr Ożarowski ]
* DMUA flag set to yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
*******************************************************************/
225
225
EXPORT void CALL SetConfigDir( char *configDir );
226
226
 
 
227
/******************************************************************
 
228
   NOTE: THIS HAS BEEN ADDED FOR MUPEN64PLUS AND IS NOT PART OF THE
 
229
         ORIGINAL SPEC
 
230
  Function: SetDataDir
 
231
  Purpose:  To pass the location where data files should be read/
 
232
            written to.
 
233
  input:    path to data directory
 
234
  output:   none
 
235
*******************************************************************/
 
236
EXPORT void CALL SetDataDir( char *dataDir );
 
237
 
 
238
/******************************************************************
 
239
   NOTE: THIS HAS BEEN ADDED FOR MUPEN64PLUS AND IS NOT PART OF THE
 
240
         ORIGINAL SPEC
 
241
  Function: SetCacheDir
 
242
  Purpose:  To pass the location where cache files should be read/
 
243
            written to.
 
244
  input:    path to cache directory
 
245
  output:   none
 
246
*******************************************************************/
 
247
EXPORT void CALL SetCacheDir( char *cacheDir );
 
248
 
227
249
#if defined(__cplusplus)
228
250
}
229
251
#endif