Actions
Emulator Issues #677
closedFog broken wince r2484 (+ fix)
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What steps will reproduce the problem?
- Run any game using fog (OGL plugin) on r2483 -> Fog works
- Run any game using fog (OGL plugin) on r2484+ -> Fog doesn't show
This was caused by the merge of XFStructs.cpp to VideoCommon.
Original file included "PixelShaderManager.h" and called
PixelShaderManager::SetViewport((float*)&pData[i]);
around line 157 (case 0x101a) but the VideoCommon on omitted this line,
thus breaking fog.
Updated by hrydgard about 16 years ago
- Status changed from New to Accepted
Thanks, will get this fixed.
Actions