Move Action out of Common, don't use savedV0.

Compiler error was annoying me anyway.
This commit is contained in:
Unknown W. Brackets 2013-01-06 15:53:44 -08:00
parent 0d8bdfe989
commit 21cfd087e1
12 changed files with 19 additions and 41 deletions

View file

@ -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);
}