add missed file changes

This commit is contained in:
DH 2025-10-05 20:07:19 +03:00
parent 640df36c48
commit 37f423aec3
6 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@
#include "cellGcmSys.h"
#include "sysPrxForUser.h"
#include "util/asm.hpp"
#include "rx/asm.hpp"
LOG_CHANNEL(cellGcmSys);
@ -1491,7 +1491,7 @@ s32 cellGcmCallback(ppu_thread& ppu, vm::ptr<CellGcmContextData> context, u32 co
return 0;
}
busy_wait();
rx::busy_wait();
}
return CELL_OK;