Skip to content

Instantly share code, notes, and snippets.

@julianxhokaxhiu
Created February 9, 2020 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julianxhokaxhiu/b093daa81871a535efc62563e8abdf16 to your computer and use it in GitHub Desktop.
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!
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