mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 06:47:55 -05:00
shader: Implement AL2P
This commit is contained in:
@ -13,10 +13,6 @@ namespace Shader::Maxwell {
|
||||
throw NotImplementedException("Instruction {} is not implemented", opcode);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::AL2P(u64) {
|
||||
ThrowNotImplemented(Opcode::AL2P);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ATOM_cas(u64) {
|
||||
ThrowNotImplemented(Opcode::ATOM_cas);
|
||||
}
|
||||
|
Reference in New Issue
Block a user