mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement ISET, add common_funcs
This commit is contained in:
parent
a86f903ce3
commit
14a3b85831
8 changed files with 150 additions and 50 deletions
|
@ -457,18 +457,6 @@ void TranslatorVisitor::ISBERD(u64) {
|
|||
ThrowNotImplemented(Opcode::ISBERD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ISET_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::ISET_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ISET_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::ISET_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ISET_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::ISET_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::JCAL(u64) {
|
||||
ThrowNotImplemented(Opcode::JCAL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue