Nits
This commit is contained in:
parent
f4f8302c71
commit
dbaf16c036
2 changed files with 1 additions and 2 deletions
|
@ -41,6 +41,5 @@ namespace Ryujinx.Graphics.Gal
|
||||||
OneMinusSrc1ColorGl = 0xc901,
|
OneMinusSrc1ColorGl = 0xc901,
|
||||||
Src1AlphaGl = 0xc902,
|
Src1AlphaGl = 0xc902,
|
||||||
OneMinusSrc1AlphaGl = 0xc903
|
OneMinusSrc1AlphaGl = 0xc903
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -550,7 +550,7 @@ namespace Ryujinx.Graphics
|
||||||
{
|
{
|
||||||
if (TextureHandle == 0)
|
if (TextureHandle == 0)
|
||||||
{
|
{
|
||||||
//FIXME: Some games like puyo puyo will handles with the value 0.
|
//FIXME: Some games like puyo puyo will use handles with the value 0.
|
||||||
//This is a bug, most likely caused by sync issues.
|
//This is a bug, most likely caused by sync issues.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue