diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-13 10:25:22 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-13 10:25:22 +0000 |
| commit | 3a8805e23ff67d3cea8de2936c18faef1a0866ec (patch) | |
| tree | 197e7faf2f413f03d864a86a516aaaa0d37437ef | |
| parent | 4d7e3c5e8a60f5d5495f61f3c57435af242186fe (diff) | |
| download | pcsxr-3a8805e23ff67d3cea8de2936c18faef1a0866ec.tar.gz | |
update MSVC project
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47963 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | win32/pcsx.dsp | 4 | ||||
| -rw-r--r-- | win32/pcsx.vcproj | 4 |
3 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,8 @@ May 13, 2010 Wei Mingzhi <whistler_wmz@users.sf.net> * libpcsxcore/gte.c: Improved accuracy (or 'inaccuracy') of the divider (courtesy of shalma). * libpcsxcore/gte_divider.h: Added. + * win32/pcsx.dsp: Added gte_divider.h. + * win32/pcsx.vcproj: Likewise. May 13, 2010 edgbla <edgbla@yandex.ru> diff --git a/win32/pcsx.dsp b/win32/pcsx.dsp index db467998..917681be 100644 --- a/win32/pcsx.dsp +++ b/win32/pcsx.dsp @@ -168,6 +168,10 @@ SOURCE=..\libpcsxcore\gte.h # End Source File
# Begin Source File
+SOURCE=..\libpcsxcore\gte_divider.h
+# End Source File
+# Begin Source File
+
SOURCE=..\libpcsxcore\mdec.c
# End Source File
# Begin Source File
diff --git a/win32/pcsx.vcproj b/win32/pcsx.vcproj index a9e7c1be..a55f2c0e 100644 --- a/win32/pcsx.vcproj +++ b/win32/pcsx.vcproj @@ -399,6 +399,10 @@ >
</File>
<File
+ RelativePath="..\libpcsxcore\gte_divider.h"
+ >
+ </File>
+ <File
RelativePath="..\libpcsxcore\mdec.c"
>
<FileConfiguration
|
