diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-30 08:42:26 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-30 08:42:26 +0000 |
| commit | e9e3b118c37eca294d274739f20db783ba5bf7ee (patch) | |
| tree | 7c246f28036a4418cee469aefc7a04baf5afd683 /plugins | |
| parent | 577028789213c01d1aab94757c18872d7ff862e3 (diff) | |
| download | pcsxr-e9e3b118c37eca294d274739f20db783ba5bf7ee.tar.gz | |
various psxbios fixes by pcc
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23853 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/peopsxgl/gpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|
