Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/DebugShadersDlg.cpp')
-rw-r--r--src/mpc-hc/DebugShadersDlg.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mpc-hc/DebugShadersDlg.cpp b/src/mpc-hc/DebugShadersDlg.cpp
index 7086eb04d..6ad165c24 100644
--- a/src/mpc-hc/DebugShadersDlg.cpp
+++ b/src/mpc-hc/DebugShadersDlg.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2013-2015 see Authors.txt
+ * (C) 2013-2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -22,6 +22,8 @@
#include "DebugShadersDlg.h"
#include "mplayerc.h"
#include "PathUtils.h"
+#include "SettingsDefines.h"
+#include "AppSettings.h"
CModelessDialog::CModelessDialog(UINT nIDTemplate)
: CResizableDialog(nIDTemplate)
@@ -251,7 +253,7 @@ void CDebugShadersDlg::OnRecompileShader()
}
CString disasm, compilerMsg;
if (SUCCEEDED(m_Compiler.CompileShaderFromFile(shader.filePath, "main", profile,
- D3DXSHADER_DEBUG, nullptr, &disasm, &compilerMsg))) {
+ D3DCOMPILE_DEBUG, nullptr, &disasm, &compilerMsg))) {
if (!compilerMsg.IsEmpty()) {
compilerMsg += _T("\n");
}