Fix a Function name typo.

This commit is contained in:
Akash 2015-07-07 21:26:04 +05:30
parent 345efed473
commit a02a9aac8f
1 changed files with 1 additions and 1 deletions
plugins/GSdx

View File

@ -1207,7 +1207,7 @@ bool GSRendererHW::OI_PointListPalette(GSTexture* rt, GSTexture* ds, GSTextureCa
return true; 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. // 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... // Technically the FB wrap/overlap on itself...