mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement AL2P
This commit is contained in:
parent
c63d79cf65
commit
a7f5231caf
3 changed files with 36 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue