mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement LOP32I
This commit is contained in:
parent
33090a74dd
commit
53a0b113d2
2 changed files with 45 additions and 18 deletions
|
@ -357,10 +357,6 @@ void TranslatorVisitor::LONGJMP(u64) {
|
|||
ThrowNotImplemented(Opcode::LONGJMP);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LOP32I(u64) {
|
||||
ThrowNotImplemented(Opcode::LOP32I);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::MEMBAR(u64) {
|
||||
ThrowNotImplemented(Opcode::MEMBAR);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue