home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.12 / 1998-03_Disc_3.12.iso / FALCON4 / Demo.z / MPR97.INI < prev    next >
INI File  |  1997-11-12  |  817b  |  23 lines

  1. ; For Multi Headed Display support, the name of the DirectDraw driver is 
  2. ; passed in as input to MPROpenDevice function. A line in the section below
  3. ; should have the name of the DirectDraw driver on the left hand side
  4. ; equated to a MPR driver.  This line is read by the MPR engine and the
  5. ; corresponding driver is loaded. An example could be
  6. ;
  7. ; The left hand side string "software" is special, in that it is required
  8. ; and specifies which driver to use when none is explicitly requested.
  9. ; This line will normally read "software=gen.mpr" to specify the software
  10. ; renderer as the default.
  11. [mpr]
  12. ; Processor=0 to force standard Pentium drivers.
  13. ; Processor=1 to allow MMX detection.
  14. Processor=0
  15.  
  16. [mpr_ihv]
  17. software=gen.mpr
  18.  
  19. display=gen.mpr
  20. dd3dfx=gr3dfx.mpr
  21. mm3dfx=gr3dfx.mpr
  22. R3D=gr3dfx.mpr
  23.