mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-17 05:43:15 +00:00
shader: "Implement" NOP
This commit is contained in:
@@ -183,7 +183,7 @@ void TranslatorVisitor::LONGJMP(u64) {
|
||||
}
|
||||
|
||||
void TranslatorVisitor::NOP(u64) {
|
||||
ThrowNotImplemented(Opcode::NOP);
|
||||
// NOP is No-Op.
|
||||
}
|
||||
|
||||
void TranslatorVisitor::OUT_reg(u64) {
|
||||
|
||||
Reference in New Issue
Block a user