mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement CSET and CSETP
This commit is contained in:
parent
187776e450
commit
3c7ec88397
6 changed files with 114 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue