mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-09 04:38:50 -04:00
shader: Implement PIXLD.MY_INDEX
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user