mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-08-28 01:16:41 -04:00
Add motion blur toggle.
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
CONFIG_DEFINE_ENUM("Video", EShadowResolution, ShadowResolution, EShadowResolution::x4096);
|
||||
CONFIG_DEFINE_ENUM("Video", EGITextureFiltering, GITextureFiltering, EGITextureFiltering::Bicubic);
|
||||
CONFIG_DEFINE("Video", bool, AlphaToCoverage, true);
|
||||
CONFIG_DEFINE("Video", bool, MotionBlur, true);
|
||||
CONFIG_DEFINE("Video", bool, Xbox360ColourCorrection, false);
|
||||
CONFIG_DEFINE_ENUM("Video", EMovieScaleMode, MovieScaleMode, EMovieScaleMode::Fit);
|
||||
CONFIG_DEFINE_ENUM("Video", EUIScaleMode, UIScaleMode, EUIScaleMode::Centre);
|
||||
|
||||
@@ -269,6 +269,11 @@ PPC_FUNC(sub_82547DF0)
|
||||
}
|
||||
}
|
||||
|
||||
bool MotionBlurMidAsmHook()
|
||||
{
|
||||
return Config::MotionBlur;
|
||||
}
|
||||
|
||||
#pragma endregion
|
||||
|
||||
#pragma region DLC Hooks
|
||||
|
||||
Reference in New Issue
Block a user