mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
shader: FMUL, select, RRO, and MUFU fixes
This commit is contained in:
parent
98bd83997c
commit
dda21fd317
18 changed files with 507 additions and 119 deletions
|
@ -721,18 +721,6 @@ void TranslatorVisitor::RET(u64) {
|
|||
ThrowNotImplemented(Opcode::RET);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::RRO_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::RRO_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::RRO_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::RRO_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::RRO_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::RRO_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::RTT(u64) {
|
||||
ThrowNotImplemented(Opcode::RTT);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue