Created
February 9, 2020 14:31
-
-
Save julianxhokaxhiu/b093daa81871a535efc62563e8abdf16 to your computer and use it in GitHub Desktop.
Run Final Fantasy VII on top of original OpenGL layer ( may lead to visual artifacts ) - Works only on Intel GPU as of today!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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