Skip to content

Commit

Permalink
Fix use_hogger in old UI
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jan 17, 2024
1 parent aafcd5a commit 1dbd87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usprebooter/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct ContentView: View {
HStack {
Button("do the thing!") {
DispatchQueue.main.async {
do_kopen(UInt64(pUaFPages), UInt64(puaf_method), UInt64(kread_method), UInt64(kwrite_method), Int(staticHeadroomMB), true)
do_kopen(UInt64(pUaFPages), UInt64(puaf_method), UInt64(kread_method), UInt64(kwrite_method), Int(staticHeadroomMB), use_hogger)
go(false, "install")
do_kclose()
}
Expand Down

0 comments on commit 1dbd87e

Please sign in to comment.