mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
rsx/fp: Fix some decompiler bugs
This commit is contained in:
parent
1c8cb3b7d3
commit
be4bb48476
13 changed files with 174 additions and 126 deletions
|
@ -836,7 +836,7 @@ namespace rsx
|
|||
registers[NV4097_SET_LINE_WIDTH] = 1 << 3;
|
||||
|
||||
// These defaults were found using After Burner Climax (which never set fog mode despite using fog input)
|
||||
registers[NV4097_SET_FOG_MODE] = 0x2601; // rsx::fog_mode::linear;
|
||||
registers[NV4097_SET_FOG_MODE] = CELL_GCM_FOG_MODE_LINEAR;
|
||||
(f32&)registers[NV4097_SET_FOG_PARAMS] = 1.;
|
||||
(f32&)registers[NV4097_SET_FOG_PARAMS + 1] = 1.;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue