VideoSoftware: Implement fog range adjustment, fixing issue 6147.

This commit is contained in:
NeoBrainX
2013-01-19 12:57:55 +01:00
parent d4fadf4b6f
commit ae146e8bc7
2 changed files with 11 additions and 4 deletions

View File

@ -686,6 +686,8 @@ union FogRangeKElement
u32 LO : 12;
u32 regid : 8;
};
// TODO: Which scaling coefficient should we use here? This is just a guess!
float GetValue(int i) { return (i ? HI : LO) / 32.f; }
u32 HEX;
};