Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Updating dgVoodooAPI to v2.76
Browse files Browse the repository at this point in the history
  • Loading branch information
diosg-dege committed Oct 20, 2021
1 parent ef6c78b commit 7faaaef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
Binary file modified dgVoodooAPI/Bin/Release/dgVoodooAPI.dll
Binary file not shown.
Binary file modified dgVoodooAPI/Bin/Spec Release/dgVoodooAPI.dll
Binary file not shown.
Binary file modified dgVoodooAPI/Doc/dgVoodooAPI.chm
Binary file not shown.
9 changes: 8 additions & 1 deletion dgVoodooAPI/Inc/dgVoodooConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ struct ConfigGeneral
SM_AspectRatio4_3_CRTLike,
SM_AspectRatio4_3_C64Like,
SM_CenteredAspectRatio,
SM_AspectRatio_CRTLike,

NumOfScalingModes
};
Expand Down Expand Up @@ -398,6 +399,7 @@ struct ConfigDirectX
bool applyPhongShading;
bool forceVSync;
bool disableMipmapping;
bool keepFilterIfPointSampled;
bool fastVideoMemAccess;

ConfigDirectX ():
Expand All @@ -417,6 +419,7 @@ struct ConfigDirectX
applyPhongShading (false),
forceVSync (false),
disableMipmapping (false),
keepFilterIfPointSampled (false),
fastVideoMemAccess (false)
{
}
Expand Down Expand Up @@ -516,11 +519,13 @@ 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),
Expand All @@ -536,11 +541,13 @@ struct ConfigDirectXExt
defaultEnumeratedResolutions (DER_All),
enumeratedResolutionBitDepths (ERBD_All),
maxVSConstRegisters (256),
nPatchTesselationLevel (0),
msD3DDeviceNames (false),
rtTexturesForceScaleAndMSAA (true),
smoothedDepthSampling (true),
deferredScreenModeSwitch (false),
primarySurfaceBatchedUpdate (false)
primarySurfaceBatchedUpdate (false),
enableSpecializedShaders (true)
{
memset (extraResolutions, 0, sizeof (extraResolutions));
}
Expand Down
Binary file modified dgVoodooAPI/Lib/dgVoodooAPI.lib
Binary file not shown.

0 comments on commit 7faaaef

Please sign in to comment.