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!
This commit is contained in:
AZero13
2026-03-28 10:33:23 -04:00
parent 69e963fbb8
commit c698cb33fd

View File

@@ -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