mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
shader: Rename, implement FADD.SAT and P2R (imm)
This commit is contained in:
parent
6350a277a3
commit
e755a13d06
18 changed files with 213 additions and 127 deletions
|
@ -633,18 +633,6 @@ void TranslatorVisitor::OUT_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::OUT_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::P2R_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::P2R_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::P2R_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PBK() {
|
||||
// PBK is a no-op
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue