Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Run Final Fantasy VII on top of original OpenGL layer ( may lead to visual artifacts ) - Works only on Intel GPU as of today!
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Square Soft, Inc.\Final Fantasy VII\1.00\Graphics]
"DriverPath"=""
"Driver"=dword:00000002
"Mode"=dword:00000002
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Square Soft, Inc.\Final Fantasy VII\1.00\Graphics]
"DriverPath"=""
"Driver"=dword:00000002
"Mode"=dword:00000002
[HKEY_CURRENT_USER\VirtualStore\Machine\SOFTWARE\Square Soft, Inc.\Final Fantasy VII\1.00\Graphics]
"DriverPath"=""
"Driver"=dword:00000002
"Mode"=dword:00000002
[HKEY_CURRENT_USER\VirtualStore\Machine\SOFTWARE\Wow6432Node\Square Soft, Inc.\Final Fantasy VII\1.00\Graphics]
"DriverPath"=""
"Driver"=dword:00000002
"Mode"=dword:00000002
[HKEY_CLASSES_ROOT\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Square Soft, Inc.\Final Fantasy VII\1.00\Graphics]
"DriverPath"=""
"Driver"=dword:00000002
"Mode"=dword:00000002
[HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Square Soft, Inc.\Final Fantasy VII\1.00\Graphics]
"DriverPath"=""
"Driver"=dword:00000002
"Mode"=dword:00000002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment