This commit is contained in:
gdkchan 2018-10-28 18:38:51 -03:00
parent f4f8302c71
commit dbaf16c036
2 changed files with 1 additions and 2 deletions

View file

@ -41,6 +41,5 @@ namespace Ryujinx.Graphics.Gal
OneMinusSrc1ColorGl = 0xc901,
Src1AlphaGl = 0xc902,
OneMinusSrc1AlphaGl = 0xc903
}
}

View file

@ -550,7 +550,7 @@ namespace Ryujinx.Graphics
{
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.
return;
}