From b3b2146f19a04059edcc60a2a89d47beb2bf35d5 Mon Sep 17 00:00:00 2001 From: zzymyn Date: Fri, 24 Nov 2017 14:56:48 +1100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9baf75..86b6cca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Photoshop Crash Fix +Download: https://github.com/zzymyn/PSFix/releases/download/1.0/PSFix.zip + Stops Photoshop crashing when you have more than one GPU with GPU acceleration. For example, if you have an AMD card and Intel HD integrated graphics card enabled at the same time, Photoshop will crash if you attempt to turn on GPU acceleration. This plugin/launcher fixes that my hooking Photoshop and hiding the Intel HD card from it. From c920f78fca0e67fd58bc68ed0f9cb2485cf840a6 Mon Sep 17 00:00:00 2001 From: zzymyn Date: Fri, 24 Nov 2017 14:58:35 +1100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86b6cca..f517cff 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Simply copy `PSFix.8bp` into your Photoshop plugins folder (`C:\Program Files\Ad ### Launcher -Run `PSFixLauncher.exe` to launch Photoshop with the fix injected. Note that `PSFixLauncher.exe` still uses the `PSFix.8bp` file so keep that next to `PSFixLauncher.exe`. +Run `PSFixLauncher.exe` to launch Photoshop with the fix. You'll have to use the launcher every time you want to start Photoshop, if you don't want to have to do that, use the plugin instead. Note that `PSFixLauncher.exe` still uses the `PSFix.8bp` file so keep that next to `PSFixLauncher.exe`. ## Technical Details From 688f6d1cc8a83f713e18a5fa0dcc831c657668c7 Mon Sep 17 00:00:00 2001 From: zzymyn Date: Wed, 29 Nov 2017 11:07:58 +1100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f517cff..f1b8174 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Download: https://github.com/zzymyn/PSFix/releases/download/1.0/PSFix.zip -Stops Photoshop crashing when you have more than one GPU with GPU acceleration. +Stops Photoshop crashing when you have more than one graphics card or monitor with GPU acceleration active. For example, if you have an AMD card and Intel HD integrated graphics card enabled at the same time, Photoshop will crash if you attempt to turn on GPU acceleration. This plugin/launcher fixes that my hooking Photoshop and hiding the Intel HD card from it.