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

« back to all changes in this revision

Viewing changes to blight_input/Input_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:
251
251
*******************************************************************/
252
252
EXPORT void CALL SetConfigDir( char *configDir );
253
253
 
 
254
/******************************************************************
 
255
   NOTE: THIS HAS BEEN ADDED FOR MUPEN64PLUS AND IS NOT PART OF THE
 
256
         ORIGINAL SPEC
 
257
  Function: SetDataDir
 
258
  Purpose:  To pass the location where data files should be read/
 
259
            written to.
 
260
  input:    path to data directory
 
261
  output:   none
 
262
*******************************************************************/
 
263
EXPORT void CALL SetDataDir( char *dataDir );
 
264
 
 
265
/******************************************************************
 
266
   NOTE: THIS HAS BEEN ADDED FOR MUPEN64PLUS AND IS NOT PART OF THE
 
267
         ORIGINAL SPEC
 
268
  Function: SetCacheDir
 
269
  Purpose:  To pass the location where cache files should be read/
 
270
            written to.
 
271
  input:    path to cache directory
 
272
  output:   none
 
273
*******************************************************************/
 
274
EXPORT void CALL SetCacheDir( char *cacheDir );
 
275
 
254
276
#if defined(__cplusplus)
255
277
}
256
278
#endif