diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-06 02:23:54 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-06 02:23:54 +0000 |
| commit | 6500edc4bc71beb9c988c54de1a37046f321d5b3 (patch) | |
| tree | 9983f1c0518bb77e7629d834a36e08a0b68b26e9 /libpcsxcore | |
| parent | 2025410a8c2128a58039ba277d9e8794fc3147d8 (diff) | |
| download | pcsxr-6500edc4bc71beb9c988c54de1a37046f321d5b3.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@51149 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c index a31d6ee7..ce611648 100644 --- a/libpcsxcore/sio.c +++ b/libpcsxcore/sio.c @@ -697,7 +697,7 @@ void GetMcdBlockInfo(int mcd, int block, McdBlock *Info) { if (!c) break; // Convert ASCII characters to half-width - if (c >= 0x8281 && c <= 0x8298) + if (c >= 0x8281 && c <= 0x829A) c = (c - 0x8281) + 'a'; else if (c >= 0x824F && c <= 0x827A) c = (c - 0x824F) + '0'; |
