summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-07-01 10:48:54 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-07-01 10:48:54 +0000
commit1f5a3c7ba462489e5a7a00580b0c0c6ce9cb3275 (patch)
tree71e342f07f356562beebc04a98137ae5693aab8f /ChangeLog
parentb62a83071df627179761ec75b6a3a9598de2008f (diff)
downloadpcsxr-1f5a3c7ba462489e5a7a00580b0c0c6ce9cb3275.tar.gz
fixed MSVC6 error
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23861 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ebea621..2d1c8cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
July 1, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* libpcsxcore/psxbios.c: Use s32 instead of long in DIRENTRY struct for
- compatibility with x86_64.
+ compatibility with x86_64. Fixed error in MSVC6.
June 30, 2009 Peter Collingbourne <peter@pcc.me.uk>