1
0
mirror of https://github.com/dege-diosg/dgVoodoo2 synced 2024-07-08 20:51:02 +02:00

Update to v2.78

This commit is contained in:
Dege 2022-01-11 12:48:26 +01:00
parent b82e218167
commit 2a038f37b2
5 changed files with 13 additions and 9 deletions

Binary file not shown.

View File

@ -85,13 +85,16 @@ struct ConfigGeneral
enum Resolution
{
R_Unforced = 0,
R_Max = 0xFFFFFFFF, // It can have a parameter, the aspect ratio
// All dynamic resolutions can have an integer scale value parameter (0 - 255)
R_Max = 0xFFFFFFFF, // It can have the aspect ratio as parameter
R_Max_ISF = 0xFFFFFFFE,
R_MaxFHD = 0xFFFFFFFD,
R_MaxFHD_ISF = 0xFFFFFFFC,
R_MaxQHD = 0xFFFFFFFB,
R_MaxQHD_ISF = 0xFFFFFFFA,
R_IntegerScaled = 0xFFFFFFF9, // It has the integer scale value as a parameter
R_IntegerScaled = 0xFFFFFFF9, // It always has the integer scale value parameter
R_Desktop = 0xFFFFFFF8,
// Optional parameters for R_Max
@ -351,6 +354,7 @@ struct ConfigDirectX
Radeon8500,
MatroxParhelia512,
GeforceFX5700Ultra,
Geforce9800GT,
NumOfCardTypes
};

Binary file not shown.