Small fix

This commit is contained in:
Nekotekina 2014-08-26 20:45:43 +04:00
parent 5d3a612003
commit d7fd8e3ca6
6 changed files with 26 additions and 14 deletions

View file

@ -2217,7 +2217,10 @@ void cellSync_init()
cellSync->AddFunc(0xe1bc7add, _cellSyncLFQueuePopBody);
cellSync->AddFunc(0xe9bf2110, _cellSyncLFQueueGetPushPointer);
cellSync->AddFunc(0xfe74e8e7, _cellSyncLFQueueCompletePopPointer);
}
void cellSync_load()
{
#ifdef PRX_DEBUG
CallAfter([]()
{