fix red alert 1 video stretching for my patch and add GDI renderer video stretching
This commit is contained in:
parent
0a4aa43722
commit
b91be078fd
16 changed files with 6392 additions and 30 deletions
24
ddraw.rc
Normal file
24
ddraw.rc
Normal file
|
@ -0,0 +1,24 @@
|
|||
1 VERSIONINFO
|
||||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
BLOCK "040904B0"
|
||||
{
|
||||
VALUE "CompanyName", "Toni Spets"
|
||||
VALUE "FileDescription", "DirectDraw replacement for C&C95 and Red Alert"
|
||||
VALUE "FileVersion", "git~"
|
||||
VALUE "InternalName", "ddraw"
|
||||
VALUE "LegalCopyright", "Copyright (c) 2010, 2011 Toni Spets"
|
||||
VALUE "LegalTrademarks", ""
|
||||
VALUE "OriginalFileName", "ddraw.dll"
|
||||
VALUE "ProductName", "DirectDraw replacement for C&C95 and Red Alert"
|
||||
VALUE "ProductVersion", "git~"
|
||||
VALUE "Comments", "http://hifi.iki.fi/cnc-ddraw/"
|
||||
}
|
||||
}
|
||||
|
||||
BLOCK "VarFileInfo"
|
||||
{
|
||||
VALUE "Translation", 0x0409, 0x04B0
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue