mirror of
https://github.com/dege-diosg/dgVoodoo2
synced 2024-07-08 20:51:02 +02:00
Revert "Updating dgVoodooAPI to v2.76"
This reverts commit 7faaaef0db8480c8b5936b296a5d19416591eea0.
This commit is contained in:
parent
7faaaef0db
commit
64210c5647
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -76,7 +76,6 @@ struct ConfigGeneral
|
||||
SM_AspectRatio4_3_CRTLike,
|
||||
SM_AspectRatio4_3_C64Like,
|
||||
SM_CenteredAspectRatio,
|
||||
SM_AspectRatio_CRTLike,
|
||||
|
||||
NumOfScalingModes
|
||||
};
|
||||
@ -399,7 +398,6 @@ struct ConfigDirectX
|
||||
bool applyPhongShading;
|
||||
bool forceVSync;
|
||||
bool disableMipmapping;
|
||||
bool keepFilterIfPointSampled;
|
||||
bool fastVideoMemAccess;
|
||||
|
||||
ConfigDirectX ():
|
||||
@ -419,7 +417,6 @@ struct ConfigDirectX
|
||||
applyPhongShading (false),
|
||||
forceVSync (false),
|
||||
disableMipmapping (false),
|
||||
keepFilterIfPointSampled (false),
|
||||
fastVideoMemAccess (false)
|
||||
{
|
||||
}
|
||||
@ -519,13 +516,11 @@ struct ConfigDirectXExt
|
||||
DefEnumResolutions defaultEnumeratedResolutions;
|
||||
UInt32 enumeratedResolutionBitDepths;
|
||||
UInt32 maxVSConstRegisters;
|
||||
UInt32 nPatchTesselationLevel;
|
||||
bool msD3DDeviceNames;
|
||||
bool rtTexturesForceScaleAndMSAA;
|
||||
bool smoothedDepthSampling;
|
||||
bool deferredScreenModeSwitch;
|
||||
bool primarySurfaceBatchedUpdate;
|
||||
bool enableSpecializedShaders;
|
||||
|
||||
ConfigDirectXExt () :
|
||||
adapterIDType (AIDT_Default),
|
||||
@ -541,13 +536,11 @@ struct ConfigDirectXExt
|
||||
defaultEnumeratedResolutions (DER_All),
|
||||
enumeratedResolutionBitDepths (ERBD_All),
|
||||
maxVSConstRegisters (256),
|
||||
nPatchTesselationLevel (0),
|
||||
msD3DDeviceNames (false),
|
||||
rtTexturesForceScaleAndMSAA (true),
|
||||
smoothedDepthSampling (true),
|
||||
deferredScreenModeSwitch (false),
|
||||
primarySurfaceBatchedUpdate (false),
|
||||
enableSpecializedShaders (true)
|
||||
primarySurfaceBatchedUpdate (false)
|
||||
{
|
||||
memset (extraResolutions, 0, sizeof (extraResolutions));
|
||||
}
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user