diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-07 09:57:50 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-07 09:57:50 +0000 |
| commit | aaaf3199b1afd1e5f88f23ce40305a5df5455599 (patch) | |
| tree | 2998019ebb042613b5cb06b12d62fefca1b11cc0 /libpcsxcore/misc.c | |
| parent | cb7447b2232a6029c9411afaf55b602797b45583 (diff) | |
| download | pcsxr-aaaf3199b1afd1e5f88f23ce40305a5df5455599.tar.gz | |
more cleanups
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47556 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/misc.c')
| -rw-r--r-- | libpcsxcore/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 5022d803..6d4b9e92 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -338,7 +338,7 @@ int CheckCdrom() { Config.PsxType = 1; // pal else Config.PsxType = 0; // ntsc } - + if (CdromLabel[0] == ' ') { strncpy(CdromLabel, CdromId, 9); } |
