mirror of https://github.com/PCSX2/pcsx2.git
zzogl-pg: Missed a few ERRROR_LOGs.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2905 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
10b2eedb61
commit
6a2c745bf4
|
@ -681,7 +681,7 @@ s32 CALLBACK GSopen(void *pDsp, char *Title, int multithread)
|
||||||
//if (conf.record) recOpen();
|
//if (conf.record) recOpen();
|
||||||
if (!ZeroGS::Create(conf.width, conf.height)) return -1;
|
if (!ZeroGS::Create(conf.width, conf.height)) return -1;
|
||||||
|
|
||||||
ERROR_LOG("initialization successful\n");
|
ZZLog::Error_Log("initialization successful");
|
||||||
|
|
||||||
if( conf.bilinear == 2 )
|
if( conf.bilinear == 2 )
|
||||||
{
|
{
|
||||||
|
|
|
@ -189,7 +189,7 @@ template<int index> void _GSgifTransfer(u32 *pMem, u32 size)
|
||||||
case GIF_FLG_IMAGE2: // Used in the DirectX version, so we'll use it here too.
|
case GIF_FLG_IMAGE2: // Used in the DirectX version, so we'll use it here too.
|
||||||
{
|
{
|
||||||
int len = min(size, path->nloop);
|
int len = min(size, path->nloop);
|
||||||
//ERROR_LOG("GIF_FLG_IMAGE(%d)=%d\n", gs.imageTransfer, len);
|
//ZZLog::Error_Log("GIF_FLG_IMAGE(%d)=%d", gs.imageTransfer, len);
|
||||||
|
|
||||||
switch(gs.imageTransfer)
|
switch(gs.imageTransfer)
|
||||||
{
|
{
|
||||||
|
@ -201,7 +201,7 @@ template<int index> void _GSgifTransfer(u32 *pMem, u32 size)
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
//Move();
|
//Move();
|
||||||
//ERROR_LOG("GIF_FLG_IMAGE MOVE");
|
//ZZLog::Error_Log("GIF_FLG_IMAGE MOVE");
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
//assert(0);
|
//assert(0);
|
||||||
|
|
Loading…
Reference in New Issue