Skip to content

Commit

Permalink
Change default of vid_scaleapi CVAR to direct3d9
Browse files Browse the repository at this point in the history
Motion blur with vid_motionblur CVAR is broken with Direct3D 11.
  • Loading branch information
bradharding committed Jan 10, 2025
1 parent 6711a19 commit 2cb9fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ enum
#endif
#define vid_scaleapi_software "software"
#if defined(_WIN32)
#define vid_scaleapi_default vid_scaleapi_direct3d11
#define vid_scaleapi_default vid_scaleapi_direct3d9
#else
#define vid_scaleapi_default vid_scaleapi_opengl
#endif
Expand Down

0 comments on commit 2cb9fbf

Please sign in to comment.