mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Stub DCBI instruction
This commit is contained in:
parent
d26f7f696d
commit
f54a5c6591
6 changed files with 22 additions and 13 deletions
|
@ -1592,6 +1592,10 @@ void PPULLVMRecompiler::CRXOR(u32 crbd, u32 crba, u32 crbb) {
|
|||
//InterpreterCall("CRXOR", &PPUInterpreter::CRXOR, crbd, crba, crbb);
|
||||
}
|
||||
|
||||
void PPULLVMRecompiler::DCBI(u32 ra, u32 rb) {
|
||||
InterpreterCall("DCBI", &PPUInterpreter::DCBI, ra, rb);
|
||||
}
|
||||
|
||||
void PPULLVMRecompiler::CRNAND(u32 crbd, u32 crba, u32 crbb) {
|
||||
auto cr_i32 = GetCr();
|
||||
auto ba_i32 = GetBit(cr_i32, crba);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue