forked from eden-emu/eden
Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation
This commit is contained in:
parent
1f584c14e7
commit
01858648d1
8 changed files with 261 additions and 11 deletions
|
@ -209,7 +209,7 @@ void TranslatorVisitor::R2B(u64) {
|
|||
}
|
||||
|
||||
void TranslatorVisitor::RAM(u64) {
|
||||
ThrowNotImplemented(Opcode::RAM);
|
||||
LOG_WARNING(Shader, "(STUBBED) RAM Instruction");
|
||||
}
|
||||
|
||||
void TranslatorVisitor::RET(u64) {
|
||||
|
@ -221,7 +221,7 @@ void TranslatorVisitor::RTT(u64) {
|
|||
}
|
||||
|
||||
void TranslatorVisitor::SAM(u64) {
|
||||
ThrowNotImplemented(Opcode::SAM);
|
||||
LOG_WARNING(Shader, "(STUBBED) SAM Instruction");
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SETCRSPTR(u64) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue