mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Partial implementation of LDC
This commit is contained in:
parent
a956d3cdb3
commit
83c7592d3d
16 changed files with 405 additions and 50 deletions
|
@ -425,10 +425,6 @@ void TranslatorVisitor::LD(u64) {
|
|||
ThrowNotImplemented(Opcode::LD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LDC(u64) {
|
||||
ThrowNotImplemented(Opcode::LDC);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LDL(u64) {
|
||||
ThrowNotImplemented(Opcode::LDL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue