mirror of
https://codeberg.org/TheGreatMcPain/yuzu.git
synced 2025-03-18 08:41:49 +00:00
shader: "Implement" NOP
This commit is contained in:
parent
480dc0d5e6
commit
80df541a08
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void TranslatorVisitor::LONGJMP(u64) {
|
|||
}
|
||||
|
||||
void TranslatorVisitor::NOP(u64) {
|
||||
ThrowNotImplemented(Opcode::NOP);
|
||||
// NOP is No-Op.
|
||||
}
|
||||
|
||||
void TranslatorVisitor::OUT_reg(u64) {
|
||||
|
|
Loading…
Add table
Reference in a new issue