mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 20:58:00 -05:00
shader: Implement F2F
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user