Merge pull request #637 from ssakash/patch-30

Fix a Function name typo for the Superman Returns CRC patch
This commit is contained in:
bositman 2015-07-07 19:18:52 +03:00
commit 3debd3ae12
1 changed files with 1 additions and 1 deletions

View File

@ -1207,7 +1207,7 @@ bool GSRendererHW::OI_PointListPalette(GSTexture* rt, GSTexture* ds, GSTextureCa
return true;
}
bool GSRendererHW::OI_SuperMan(GSTexture* rt, GSTexture* ds, GSTextureCache::Source* t)
bool GSRendererHW::OI_SuperManReturns(GSTexture* rt, GSTexture* ds, GSTextureCache::Source* t)
{
// Instead to use a fullscreen rectangle they use a 32 pixels, 4096 pixels with a FBW of 1.
// Technically the FB wrap/overlap on itself...