mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
adding version reg values for directx thx Christoph_vW for tell me d2 does not found dx, and thx to filip how to write the key.
svn path=/trunk/; revision=19914
This commit is contained in:
parent
ff7cc9a72a
commit
cc86cd8bb4
1 changed files with 10 additions and 0 deletions
|
@ -22,6 +22,16 @@ HKCU,"Environment","TMP",0x00020000,"%USERPROFILE%\Local Settings\Temp"
|
|||
HKCU,"SOFTWARE",,0x00000012
|
||||
HKCU,"SOFTWARE\Microsoft",,0x00000012
|
||||
|
||||
; DirectX version report as DirectX 9.0
|
||||
HKCU,"SOFTWARE\Microsoft\DirectX","Debug",0x00010001,0x00000000
|
||||
HKCU,"SOFTWARE\Microsoft\DirectX","InstalledVersion",0x00000001,0x00,0x00,0x00,0x09,0x00,0x00,0x00,0x00
|
||||
HKCU,"SOFTWARE\Microsoft\DirectX","InstallMDX",0x00010001,0x00000001
|
||||
HKCU,"SOFTWARE\Microsoft\DirectX","RC",0x00010001,0x00000000
|
||||
HKCU,"SOFTWARE\Microsoft\DirectX","Version",0x00000000,"4.09.00.0904"
|
||||
|
||||
|
||||
|
||||
|
||||
; Current user shell folder settings
|
||||
HKCU,"SOFTWARE\Microsoft\Windows",,0x00000012
|
||||
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion",,0x00000012
|
||||
|
|
Loading…
Reference in a new issue