Temporary fix for r4044, but I think it should be reverted
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4048 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
19522fbf6b
commit
5354055ab5
|
@ -181,8 +181,8 @@ void HandleCgError(CGcontext ctx, CGerror err, void* appdata)
|
|||
// Init functions
|
||||
bool Renderer::Init()
|
||||
{
|
||||
xfregs.depthRangeConst[0] = 16777216.0f;
|
||||
xfregs.depthRangeConst[1] = 16777216.0f;
|
||||
xfregs.depthRangeConst[0] = 16777215.0f;
|
||||
xfregs.depthRangeConst[1] = 16777215.0f;
|
||||
bool bSuccess = true;
|
||||
s_blendMode = 0;
|
||||
s_MSAACoverageSamples = 0;
|
||||
|
|
Loading…
Reference in New Issue