summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-13 05:19:59 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-13 05:19:59 +0000
commitcc244a8991b6c59b3e2e3a3d8b9837afc7d81379 (patch)
tree2711e37886216bbed69b00aca2994a33cce3f7e6 /plugins
parent6109ada28a74f0f9a94a84b0fa1e413955c9274d (diff)
downloadpcsxr-cc244a8991b6c59b3e2e3a3d8b9837afc7d81379.tar.gz
dfxvideo (win32): fake gpu busy option was missing; readded
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56053 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfxvideo/externals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/dfxvideo/externals.h b/plugins/dfxvideo/externals.h
index e8e36626..2ed3903c 100644
--- a/plugins/dfxvideo/externals.h
+++ b/plugins/dfxvideo/externals.h
@@ -78,7 +78,11 @@
#include "d3dtypes.h"
#include "d3d.h"
+#ifdef _MSC_VER
#pragma warning (disable:864)
+#pragma warning (disable:4244)
+#pragma warning (disable:4996)
+#endif
#else