Skip to content

Commit

Permalink
Merge branch 'acidanthera:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisHotpatch committed Oct 15, 2023
2 parents 229a3f1 + 5a7edbe commit b580d79
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 1,631 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ OpenCore Changelog
==================
#### v0.9.6
- Updated builtin firmware versions for SMBIOS and the rest
- Fixed hang while generating boot entries on some systems

#### v0.9.5
- Fixed GUID formatting for legacy NVRAM saving
Expand Down
4 changes: 2 additions & 2 deletions Include/Acidanthera/Library/OcBootManagementLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,7 @@ OcGetBootEntryFileFromDevicePath (
IN UINT32 MaxFileSize,
IN UINT32 MinFileSize,
OUT VOID **FileData,
OUT UINT32 *DataLength,
OUT UINT32 *DataLength OPTIONAL,
IN BOOLEAN SearchAtLeaf,
IN BOOLEAN SearchAtRoot
);
Expand Down Expand Up @@ -2218,7 +2218,7 @@ OcGetBootEntryFile (
IN UINT32 MaxFileSize,
IN UINT32 MinFileSize,
OUT VOID **FileData,
OUT UINT32 *DataLength,
OUT UINT32 *DataLength OPTIONAL,
IN BOOLEAN SearchAtLeaf,
IN BOOLEAN SearchAtRoot
);
Expand Down
Loading

0 comments on commit b580d79

Please sign in to comment.