mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Move motion blur hook to video_patches.cpp
This commit is contained in:
parent
52bdde47d2
commit
c0481c1f26
2 changed files with 5 additions and 5 deletions
|
|
@ -69,8 +69,3 @@ PPC_FUNC(sub_82547DF0)
|
||||||
__imp__sub_82547DF0(ctx, base);
|
__imp__sub_82547DF0(ctx, base);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MotionBlurMidAsmHook()
|
|
||||||
{
|
|
||||||
return Config::MotionBlur;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -52,3 +52,8 @@ void CSDAspectRatioMidAsmHook(PPCRegister& f1, PPCRegister& f2)
|
||||||
f2.f64 = 720.0f / ((1280.0f / newAspectRatio) / 720.0f);
|
f2.f64 = 720.0f / ((1280.0f / newAspectRatio) / 720.0f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool MotionBlurMidAsmHook()
|
||||||
|
{
|
||||||
|
return Config::MotionBlur;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue