File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# OpenCore Legacy Patcher changelog
22
3+ ## 0.0.5
4+
35## 0.0.4
46- Add basic audio support for legacy chipsets
57- Add patch for dual GPU machines
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ except NameError:
2020 pass
2121
2222# List build versions
23- patcher_version = "0.0.4 "
23+ patcher_version = "0.0.5 "
2424
2525CustomSMBIOS = False
2626MainMenu = True
@@ -218,6 +218,7 @@ while MainMenu:
218218 print (" - DhinakG: Writing and maintaining this Patcher" )
219219 print (" - Khronokernel: Writing and maintaining this Patcher" )
220220 print (" - Syncretic: AAAMouSSE and telemetrap" )
221+ print (" - Slice: VoodooHDA" )
221222 print ("" )
222223 CreditMenu = input (" Press any key to exit: " )
223224 print ("Returning to main menu..." )
You can’t perform that action at this time.
0 commit comments