Skip to content

Commit

Permalink
enable d3d9 filter for vhack
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed May 9, 2024
1 parent 6709698 commit da3de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render_d3d9.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ static BOOL d3d9_set_states()
BOOL bilinear =
g_config.d3d9_filter &&
g_d3d9.pixel_shader_upscale &&
(g_ddraw.render.viewport.width != g_ddraw.width || g_ddraw.render.viewport.height != g_ddraw.height);
(g_ddraw.render.viewport.width != g_ddraw.width || g_ddraw.render.viewport.height != g_ddraw.height || g_config.vhack);

err = err || FAILED(
IDirect3DDevice9_SetPixelShader(
Expand Down

0 comments on commit da3de43

Please sign in to comment.