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.74
Browse files Browse the repository at this point in the history
  • Loading branch information
diosg-dege committed Apr 9, 2021
1 parent 5573fd1 commit b8ac73e
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 1,026 deletions.
7 changes: 0 additions & 7 deletions .vs/VSWorkspaceState.json

This file was deleted.

1,019 changes: 0 additions & 1,019 deletions .vs/dgVoodoo2/config/applicationhost.config

This file was deleted.

Binary file removed .vs/dgVoodoo2/v16/.suo
Binary file not shown.
Binary file modified .vs/dgVoodoo2/v16/Browse.VC.db
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
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.
15 changes: 15 additions & 0 deletions dgVoodooAPI/Inc/dgVoodooConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ struct ConfigGeneralExt
UInt32 deframerSize;
UInt32 imageXScaleFactor;
UInt32 imageYScaleFactor;
UInt32 cursorScaleFactor;
UInt32 displayROIPosX;
UInt32 displayROIPosY;
UInt32 displayROISizeX;
Expand All @@ -205,6 +206,7 @@ struct ConfigGeneralExt
UInt32 windowedAttributes;
UInt32 fullscreenAttributes;
Resampling resampling;
UInt32 fpsLimit;
bool freeMouse;
bool enableGDIHooking;

Expand All @@ -217,6 +219,7 @@ struct ConfigGeneralExt
deframerSize (1),
imageXScaleFactor (1),
imageYScaleFactor (1),
cursorScaleFactor (0),
displayROIPosX (0),
displayROIPosY (0),
displayROISizeX (0),
Expand All @@ -225,6 +228,7 @@ struct ConfigGeneralExt
windowedAttributes (WA_DefaultAttributes),
fullscreenAttributes (FSA_DefaultAttributes),
resampling (RS_Bilinear),
fpsLimit (0),
freeMouse (false),
enableGDIHooking (false)
{
Expand Down Expand Up @@ -458,6 +462,15 @@ struct ConfigDirectXExt
NumOfDepthBufferBitDepths
};


enum Default3DRenderFormat
{
D3DRF_ARGB8888,
D3DRF_ARGB2101010,

NumOfDefault3DRenderFormats
};


enum DefEnumResolutions
{
Expand Down Expand Up @@ -496,6 +509,7 @@ struct ConfigDirectXExt
Dithering dithering;
UInt32 ditherOrderedMatrixSizeScale;
DepthBufferBitDepth depthBuffersBitDepth;
Default3DRenderFormat default3DRenderFormat;
DefEnumResolutions defaultEnumeratedResolutions;
UInt32 enumeratedResolutionBitDepths;
UInt32 maxVSConstRegisters;
Expand All @@ -515,6 +529,7 @@ struct ConfigDirectXExt
dithering (DT_ForceAlways),
ditherOrderedMatrixSizeScale (0),
depthBuffersBitDepth (DBD_AppDriven),
default3DRenderFormat (D3DRF_ARGB8888),
defaultEnumeratedResolutions (DER_All),
enumeratedResolutionBitDepths (ERBD_All),
maxVSConstRegisters (256),
Expand Down
Binary file modified dgVoodooAPI/Lib/dgVoodooAPI.lib
Binary file not shown.

0 comments on commit b8ac73e

Please sign in to comment.