gsdx-ocl: Fix some compile warnings.

This commit is contained in:
lightningterror 2019-03-12 02:36:49 +01:00
parent e9e7580582
commit c8d4d5528e
1 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ void GSRendererCL::Reset()
static int pageuploads = 0;
static int pageuploadcount = 0;
static int tfxcount = 0;
static int64 tfxpixels = 0;
static long tfxpixels = 0;
static int tfxselcount = 0;
static int tfxdiffselcount = 0;
@ -1267,7 +1267,7 @@ void GSRendererCL::UsePages(uint32* p)
*v = GSVector4i::zero();
}
*p++ = GSOffset::EOP;
*p++ = (uint32)GSOffset::EOP;
}
}