From e9e3b118c37eca294d274739f20db783ba5bf7ee Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Tue, 30 Jun 2009 08:42:26 +0000 Subject: various psxbios fixes by pcc git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23853 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/peopsxgl/gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/peopsxgl/gpu.c b/plugins/peopsxgl/gpu.c index 1ccf9a02..af600b30 100644 --- a/plugins/peopsxgl/gpu.c +++ b/plugins/peopsxgl/gpu.c @@ -305,7 +305,7 @@ char * GetConfigInfos(int hW) else strcat(pB," - not supported\r\n"); } else strcat(pB,"\r\n"); - sprintf(szTxt,"- Game fixes: %s [%08lx]\r\n",szO[bUseFixes],dwCfgFixes); + sprintf(szTxt,"- Game fixes: %s [%08x]\r\n",szO[bUseFixes],dwCfgFixes); strcat(pB,szTxt); //----------------------------------------------------// return pB; -- cgit v1.2.3