mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-08 12:18:49 -04:00
shader: Initial support for textures and TEX
This commit is contained in:
@@ -585,14 +585,6 @@ void TranslatorVisitor::SYNC(u64) {
|
||||
ThrowNotImplemented(Opcode::SYNC);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TEX(u64) {
|
||||
ThrowNotImplemented(Opcode::TEX);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TEX_b(u64) {
|
||||
ThrowNotImplemented(Opcode::TEX_b);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TEXS(u64) {
|
||||
ThrowNotImplemented(Opcode::TEXS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user