mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-13 20:05:39 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user