i assume these headers aren't needed anymore but were accidentally left in VS project file :p

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@674 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
cottonvibes 2009-03-04 07:57:34 +00:00
parent b0217bd38a
commit 900d4bd485
2 changed files with 0 additions and 9 deletions

View File

@ -2434,18 +2434,10 @@
RelativePath="..\..\x86\iVU0micro.cpp" RelativePath="..\..\x86\iVU0micro.cpp"
> >
</File> </File>
<File
RelativePath="..\..\x86\iVU0micro.h"
>
</File>
<File <File
RelativePath="..\..\x86\iVU1micro.cpp" RelativePath="..\..\x86\iVU1micro.cpp"
> >
</File> </File>
<File
RelativePath="..\..\x86\iVU1micro.h"
>
</File>
<File <File
RelativePath="..\..\x86\iVUmicro.cpp" RelativePath="..\..\x86\iVUmicro.cpp"
> >

View File

@ -45,7 +45,6 @@
else { SSE_XORPS_XMM_to_XMM(reg, reg); } \ else { SSE_XORPS_XMM_to_XMM(reg, reg); } \
} }
// Note: If _Ft_ is 0, then don't modify xmm reg Ft, because its equal to xmmZ (unless _XYZW_SS, then you can modify xmm reg Ft)
microVUt(void) mVUallocFMAC1a(int& Fd, int& Fs, int& Ft, const bool makeFd) { microVUt(void) mVUallocFMAC1a(int& Fd, int& Fs, int& Ft, const bool makeFd) {
microVU* mVU = mVUx; microVU* mVU = mVUx;
Fs = xmmFs; Fs = xmmFs;