Custom Sets Tab
|
Previous Top Next |
1. | Sections
|
2. | Options
|
3. | Values
|
Say someone build a CVS version of DOSBox that supports 3DFx emulation. That's sound pretty cool and we want to use that but the setting doesn't exist in D-Fend. So what now?
|
|
Simple. First we need to know how to enable 3dFx. We take a look in dosbox.conf and this is what we find:
|
|
[3dfx]
|
UseFX=False
|
Resolution=640x480
|
|
Interesting…. Now we copy the section 3dFx with both it's options and we paste it into the Custom Settings tab. However we want to Enable 3dFx support and right now it's disabled. So, we change the value of UseFX to True. Press OK and we're done. 3dFx emulation is now turned on.
|