mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 05:27:58 -05:00
Changed tab5980_0 default from 0 -> 1
This commit is contained in:
@ -1438,8 +1438,8 @@ private:
|
|||||||
|
|
||||||
ASSERT_MSG(instr.ffma.saturate == 0, "FFMA Saturate not implemented");
|
ASSERT_MSG(instr.ffma.saturate == 0, "FFMA Saturate not implemented");
|
||||||
ASSERT_MSG(instr.ffma.cc == 0, "FFMA cc not implemented");
|
ASSERT_MSG(instr.ffma.cc == 0, "FFMA cc not implemented");
|
||||||
ASSERT_MSG(instr.ffma.tab5980_0 == 0, "FFMA tab5980_0({}) not implemented",
|
ASSERT_MSG(instr.ffma.tab5980_0 == 1, "FFMA tab5980_0({}) not implemented",
|
||||||
instr.ffma.tab5980_0.Value());
|
instr.ffma.tab5980_0.Value()); // Seems to be 1 by default based on SMO
|
||||||
ASSERT_MSG(instr.ffma.tab5980_1 == 0, "FFMA tab5980_1({}) not implemented",
|
ASSERT_MSG(instr.ffma.tab5980_1 == 0, "FFMA tab5980_1({}) not implemented",
|
||||||
instr.ffma.tab5980_1.Value());
|
instr.ffma.tab5980_1.Value());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user