Skip to content

Commit 3e28421

Browse files
authored
Added notification on second send
1 parent 99201dd commit 3e28421

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/main.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,13 @@ int main()
138138

139139
return 0;
140140
}
141-
141+
else
142+
{
143+
// Notify the user on second send that Hen is loaded
144+
SOCK_LOG("[+] Loading PS5HEN 1.0\n");
145+
flash_notification("Welcome To PS5HEN 1.0\nBy SpecterDev");
146+
}
147+
142148
// Print out the kernel base
143149
SOCK_LOG("[+] Kernel base = 0x%lx\n", ktext(0));
144150

0 commit comments

Comments
 (0)