mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:27:57 -05:00
shader: Implement CSET and CSETP
This commit is contained in:
@ -85,14 +85,6 @@ void TranslatorVisitor::CS2R(u64) {
|
||||
ThrowNotImplemented(Opcode::CS2R);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::CSET(u64) {
|
||||
ThrowNotImplemented(Opcode::CSET);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::CSETP(u64) {
|
||||
ThrowNotImplemented(Opcode::CSETP);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::DADD_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::DADD_reg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user