mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Small fix
This commit is contained in:
parent
5d3a612003
commit
d7fd8e3ca6
6 changed files with 26 additions and 14 deletions
|
@ -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([]()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue