mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
shader: Fix control flow
This commit is contained in:
parent
215b21a1c0
commit
d0459ab2c2
8 changed files with 39 additions and 20 deletions
|
@ -637,8 +637,8 @@ void TranslatorVisitor::PBK() {
|
|||
// PBK is a no-op
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PCNT(u64) {
|
||||
ThrowNotImplemented(Opcode::PCNT);
|
||||
void TranslatorVisitor::PCNT() {
|
||||
// PCNT is a no-op
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PEXIT(u64) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue