diff options
| -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
|
