mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement F2F
This commit is contained in:
parent
c05fc07b8f
commit
9fe47baf87
6 changed files with 192 additions and 20 deletions
|
@ -117,18 +117,6 @@ void TranslatorVisitor::DSETP_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::DSETP_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::F2F_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::F2F_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::F2F_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::F2F_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::F2F_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::F2F_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FCHK_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::FCHK_reg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue