From 900d4bd48591eabfde3b649d80f5dd3e6c6f7b93 Mon Sep 17 00:00:00 2001 From: cottonvibes Date: Wed, 4 Mar 2009 07:57:34 +0000 Subject: [PATCH] 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 --- pcsx2/windows/VCprojects/pcsx2_2008.vcproj | 8 -------- pcsx2/x86/microVU_Alloc.inl | 1 - 2 files changed, 9 deletions(-) diff --git a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj index f6f2e8c970..d31847a48f 100644 --- a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj +++ b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj @@ -2434,18 +2434,10 @@ RelativePath="..\..\x86\iVU0micro.cpp" > - - - - diff --git a/pcsx2/x86/microVU_Alloc.inl b/pcsx2/x86/microVU_Alloc.inl index 2abaf6b690..16c8a50326 100644 --- a/pcsx2/x86/microVU_Alloc.inl +++ b/pcsx2/x86/microVU_Alloc.inl @@ -45,7 +45,6 @@ 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) { microVU* mVU = mVUx; Fs = xmmFs;