1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

[Code refactor] Remove redundant code.

This commit is contained in:
Sergey Lipskiy 2020-08-28 19:56:06 +07:00
parent 76d72f77b7
commit 15cbdc6593

View File

@ -314,11 +314,6 @@ public:
void update(bool _force) override
{
if (config.generalEmulation.enableLegacyBlending == 1) {
uForceBlendCycle1.set(0, _force);
return;
}
uBlendMux1.set(gDP.otherMode.c1_m1a,
gDP.otherMode.c1_m1b,
gDP.otherMode.c1_m2a,
@ -346,12 +341,6 @@ public:
void update(bool _force) override
{
if (config.generalEmulation.enableLegacyBlending == 1) {
uForceBlendCycle1.set(0, _force);
uForceBlendCycle2.set(0, _force);
return;
}
uBlendMux1.set(gDP.otherMode.c1_m1a,
gDP.otherMode.c1_m1b,
gDP.otherMode.c1_m2a,