mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-11 08:02:57 +00:00
Implement PSET, refactor common comparison funcs
This commit is contained in:
@@ -593,10 +593,6 @@ void TranslatorVisitor::PRMT_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::PRMT_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PSET(u64) {
|
||||
ThrowNotImplemented(Opcode::PSET);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PSETP(u64) {
|
||||
ThrowNotImplemented(Opcode::PSETP);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user