Move Action out of Common, don't use savedV0.
Compiler error was annoying me anyway.
This commit is contained in:
parent
0d8bdfe989
commit
21cfd087e1
12 changed files with 19 additions and 41 deletions
|
@ -23,7 +23,6 @@
|
|||
#include "sceKernelThread.h"
|
||||
#include "HLE.h"
|
||||
#include "../HW/MediaEngine.h"
|
||||
#include "../../Common/Action.h"
|
||||
|
||||
static bool useMediaEngine;
|
||||
|
||||
|
@ -803,7 +802,7 @@ void PostPutAction::run(MipsCall &call) {
|
|||
}
|
||||
|
||||
Memory::WriteStruct(ringAddr_, &ringbuffer);
|
||||
call.savedV0 = packetsAdded;
|
||||
call.setReturnValue(packetsAdded);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue