1
0
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:
Dege 2021-10-20 18:31:33 +02:00
parent 7faaaef0db
commit 64210c5647
5 changed files with 1 additions and 8 deletions

Binary file not shown.

View File

@ -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.