From c698cb33fdef29ef509db69574ba9672ec1992ef Mon Sep 17 00:00:00 2001 From: AZero13 <83477269+SiliconA-Z@users.noreply.github.com> Date: Sat, 28 Mar 2026 10:33:23 -0400 Subject: [PATCH] Caution for rfu_waitREQComplete The removal of rfu_waitREQComplete in revision A is an emulation hack for sloop. Make sure people don't think they can get away with removing it for real hardware! --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.c b/src/main.c index 542b0f5d1..bae7240fd 100644 --- a/src/main.c +++ b/src/main.c @@ -184,6 +184,9 @@ void AgbMain() && (gMain.heldKeysRaw & B_START_SELECT) == B_START_SELECT) { rfu_REQ_stopMode(); + + // Note: This is an emulation hack for sloop. Do not remove if building for real + // hardware! #if REVISION < 0xA rfu_waitREQComplete(); #endif