video_core: fix gl_rasterizer warning on MSVC
This commit is contained in:
parent
095f7c83fc
commit
b6063d9a93
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue