mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-30 22:08:04 +03:00
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
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,8 @@ void HandleCgError(CGcontext ctx, CGerror err, void* appdata)
|
||||||
// Init functions
|
// Init functions
|
||||||
bool Renderer::Init()
|
bool Renderer::Init()
|
||||||
{
|
{
|
||||||
xfregs.depthRangeConst[0] = 16777216.0f;
|
xfregs.depthRangeConst[0] = 16777215.0f;
|
||||||
xfregs.depthRangeConst[1] = 16777216.0f;
|
xfregs.depthRangeConst[1] = 16777215.0f;
|
||||||
bool bSuccess = true;
|
bool bSuccess = true;
|
||||||
s_blendMode = 0;
|
s_blendMode = 0;
|
||||||
s_MSAACoverageSamples = 0;
|
s_MSAACoverageSamples = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue