@@ -53,6 +53,8 @@ CONFIG_DEFINE("Video", int32_t, WindowWidth, 1280);
5353CONFIG_DEFINE (" Video" , int32_t , WindowHeight, 720 );
5454CONFIG_DEFINE_ENUM (" Video" , EWindowState, WindowState, EWindowState::Normal);
5555CONFIG_DEFINE_LOCALISED (" Video" , int32_t , Monitor, 0 );
56+ // TODO: Localise this enum
57+ CONFIG_DEFINE_ENUM (" Video" , ERadialBlur, RadialBlur, ERadialBlur::Original);
5658CONFIG_DEFINE_ENUM_LOCALISED (" Video" , EAspectRatio, AspectRatio, EAspectRatio::Auto);
5759CONFIG_DEFINE_LOCALISED (" Video" , float , ResolutionScale, 1 .0f );
5860CONFIG_DEFINE_LOCALISED (" Video" , bool , Fullscreen, true );
@@ -82,6 +84,5 @@ CONFIG_DEFINE_HIDDEN("Codes", bool, DisableEdgeGrabLeftover, false);
8284CONFIG_DEFINE_HIDDEN (" Codes" , bool , TailsGauge, false );
8385CONFIG_DEFINE_HIDDEN (" Codes" , bool , MidairControlForMachSpeed, false );
8486CONFIG_DEFINE_HIDDEN (" Codes" , bool , MidairControlForSnowboards, false );
85- CONFIG_DEFINE_HIDDEN (" Codes" , bool , DisableRadialBlur, false );
8687
8788CONFIG_DEFINE (" Update" , time_t , LastChecked, 0 );
0 commit comments