mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 03:27:53 +00:00
shader: Implement PIXLD.MY_INDEX
This commit is contained in:
parent
ca85ce444f
commit
cc96469019
14 changed files with 71 additions and 5 deletions
|
@ -181,10 +181,6 @@ void TranslatorVisitor::PEXIT(u64) {
|
|||
ThrowNotImplemented(Opcode::PEXIT);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PIXLD(u64) {
|
||||
ThrowNotImplemented(Opcode::PIXLD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PLONGJMP(u64) {
|
||||
ThrowNotImplemented(Opcode::PLONGJMP);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue