We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf1e34 commit 8752622Copy full SHA for 8752622
CHANGELOG.md
@@ -21,6 +21,7 @@
21
- PatcherSupportPkg 0.0.13 release
22
- Fix Intel HD4000 DRM Support in macOS Monterey (thanks EduCovas!)
23
- Support optionally re-enabling iGPU in iMac14,x with dGPUs
24
+- Fix Windows scanning in OpenCore menu when Windows and macOS are stored on the same ESP
25
26
## 0.2.2
27
payloads/Config/config.plist
@@ -1141,7 +1141,9 @@
1141
<integer>3</integer>
1142
</dict>
1143
<key>Entries</key>
1144
- <array/>
+ <array>
1145
+ <string>\EFI\Microsoft\Boot\bootmgfw.efi</string>
1146
+ </array>
1147
<key>Security</key>
1148
<dict>
1149
<key>AllowNvramReset</key>
0 commit comments