forked from Leoyzen/KVM-Opencore
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3c7f1f
commit dda4f7f
Showing
8 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
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
Submodule AppleALC
updated
69 files
Submodule BrcmPatchRAM
updated
6 files
Submodule Lilu
updated
9 files
+6 −0 | Changelog.md | |
+3 −3 | Lilu.xcodeproj/project.pbxproj | |
+2 −0 | Lilu/Headers/kern_cpu.hpp | |
+1 −1 | Lilu/Headers/kern_util.hpp | |
+1 −1 | Lilu/Sources/kern_compression.cpp | |
+3 −0 | Lilu/Sources/kern_cpu.cpp | |
+4 −0 | Lilu/Sources/kern_devinfo.cpp | |
+7 −7 | Lilu/Sources/kern_mach.cpp | |
+3 −3 | Lilu/Sources/kern_user.cpp |
Submodule OcBinaryData
updated
4 files
+ − | Drivers/ExFatDxe.efi | |
+ − | Drivers/ExFatDxeLegacy.efi | |
+ − | Drivers/HfsPlus.efi | |
+ − | Drivers/HfsPlusLegacy.efi |
Submodule OpenCorePkg
updated
378 files
Submodule VirtualSMC
updated
3 files
+3 −0 | Changelog.md | |
+1 −1 | Tools/smcread/smcread.c | |
+6 −6 | VirtualSMC.xcodeproj/project.pbxproj |
Submodule WhateverGreen
updated
7 files
+10 −0 | Changelog.md | |
+8 −6 | Manual/FAQ.IntelHD.en.md | |
+99 −57 | README.md | |
+6 −6 | WhateverGreen.xcodeproj/project.pbxproj | |
+25 −0 | WhateverGreen/kern_igfx.cpp | |
+5 −0 | WhateverGreen/kern_igfx.hpp | |
+41 −2 | WhateverGreen/kern_model.cpp |