mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 14:58:11 -05:00
shader: Improve VOTE.VTG stub
This commit is contained in:
@ -50,7 +50,10 @@ void TranslatorVisitor::VOTE(u64 insn) {
|
||||
}
|
||||
|
||||
void TranslatorVisitor::VOTE_vtg(u64) {
|
||||
// Stub
|
||||
// LOG_WARNING("VOTE.VTG: Stubbed!");
|
||||
auto imm = ir.Imm1(false);
|
||||
ir.SetFCSMFlag(imm);
|
||||
ir.SetTRFlag(imm);
|
||||
}
|
||||
|
||||
} // namespace Shader::Maxwell
|
||||
|
Reference in New Issue
Block a user