Skip to content
Snippets Groups Projects
Commit b6063d9a authored by Kloen's avatar Kloen
Browse files

video_core: fix gl_rasterizer warning on MSVC

parent 095f7c83
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ union PicaShaderConfig {
}
state.fog_mode = regs.fog_mode;
state.fog_flip = regs.fog_flip;
state.fog_flip = regs.fog_flip != 0;
state.combiner_buffer_input = regs.tev_combiner_buffer_input.update_mask_rgb.Value() |
regs.tev_combiner_buffer_input.update_mask_a.Value() << 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment