mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Fix warnings in emucore
This commit is contained in:
parent
f2f3321952
commit
250736ece5
48 changed files with 189 additions and 193 deletions
|
|
@ -424,7 +424,7 @@ size_t fragment_program_storage_hash::operator()(const RSXFragmentProgram& progr
|
|||
hash ^= program.ctrl;
|
||||
hash ^= program.texture_dimensions;
|
||||
hash ^= program.unnormalized_coords;
|
||||
hash ^= program.two_sided_lighting;
|
||||
hash ^= +program.two_sided_lighting;
|
||||
hash ^= program.shadow_textures;
|
||||
hash ^= program.redirected_textures;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue