summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-12 16:34:44 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-12 16:34:44 +0000
commited0bed6286a59464d38b06483b11f8c577ce2e28 (patch)
tree53a2a378a548526d6b741da91068f0875ccc0d0e /ChangeLog
parentbee55e515c9b62a8c369dea9b8566aaaf1a6c70d (diff)
downloadpcsxr-ed0bed6286a59464d38b06483b11f8c577ce2e28.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44905 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cac7eb4..92dba944 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+April 13, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * libpcsxcore/gte.c: Backported the new GTE code from PCSX-Revolution project
+ (http://code.google.com/p/pcsx-revolution), which is more accurate & fixes
+ at least graphic corruption problems with Mat Hoffman's Pro BMX.
+ * libpcsxcore/gte.h: Likewise.
+ * libpcsxcore/r3000a.h: Likewise.
+ * libpcsxcore/ppc/pGte.h: Call functions in gte.c instead of generating
+ machine code directly for now.
+ * libpcsxcore/ix86_64/iGte.h: Likewise.
+ * libpcsxcore/ix86/iGte.h: Likewise.
+ * libpcsxcore/debug.h: Removed GTE_DUMP.
+ * gui/LnxMain.c: Likewise.
+ * macosx/main.m: Likewise.
+ * win32/gui/WndMain.c: Likewise.
+
April 11, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/cdriso.c: Check the CRC value of subchannel after reading.