From bbc76d1046c616af496974bf4e3c3af06920b2d2 Mon Sep 17 00:00:00 2001 From: Mike Beaton Date: Mon, 27 Mar 2023 07:59:26 +0100 Subject: [PATCH] DEBUG: Add early WaitForKeyPress --- Application/OpenCore/OpenCore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/OpenCore/OpenCore.c b/Application/OpenCore/OpenCore.c index aec4f739..03bb4720 100644 --- a/Application/OpenCore/OpenCore.c +++ b/Application/OpenCore/OpenCore.c @@ -291,6 +291,8 @@ UefiMain ( DEBUG ((DEBUG_INFO, "OC: Starting OpenCore...\n")); + WaitForKeyPress (L"Mike..."); + // // We have just started by bootstrap or manually at EFI/OC/OpenCore.efi. // When bootstrap runs us, we only install the protocol. -- 2.37.5