Rename Config.cpp/h to VideoConfig.cpp/h.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4260 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-09-13 09:23:30 +00:00
parent 3ff95019b7
commit 2d93c654f0
30 changed files with 43 additions and 45 deletions

View File

@ -17,7 +17,7 @@
#include "BPFunctions.h"
#include "D3DBase.h"
#include "Config.h"
#include "VideoConfig.h"
#include "Common.h"
#include "TextureCache.h"
#include "VertexManager.h"

View File

@ -18,7 +18,7 @@
#include <d3dx9.h>
#include <string>
#include "Config.h"
#include "VideoConfig.h"
#include "D3DShader.h"
namespace D3D

View File

@ -19,7 +19,7 @@
#include "IniFile.h"
#include "Debugger.h"
#include "Config.h"
#include "VideoConfig.h"
#include "../Globals.h"
#include "../D3DBase.h"

View File

@ -23,7 +23,7 @@
#include "D3DBase.h"
#include "Config.h"
#include "VideoConfig.h"
#include "TextureCache.h"

View File

@ -2,7 +2,7 @@
#include <windows.h>
#include "../../Core/Src/Core.h"
#include "Config.h"
#include "VideoConfig.h"
#include "main.h"
#include "EmuWindow.h"
#include "Fifo.h"

View File

@ -19,7 +19,7 @@
#define _GLOBALS_H_
#include "Common.h"
#include "Config.h"
#include "VideoConfig.h"
#include "main.h"
#include "VideoCommon.h"

View File

@ -20,7 +20,7 @@
#include "Statistics.h"
#include "Utils.h"
#include "Profiler.h"
#include "Config.h"
#include "VideoConfig.h"
#include "PixelShaderGen.h"
#include "PixelShaderManager.h"
#include "PixelShaderCache.h"

View File

@ -21,7 +21,7 @@
#include "Common.h"
#include "Statistics.h"
#include "Config.h"
#include "VideoConfig.h"
#include "main.h"
#include "VertexManager.h"
#include "Render.h"

View File

@ -22,7 +22,7 @@
#include "Statistics.h"
#include "Utils.h"
#include "Profiler.h"
#include "Config.h"
#include "VideoConfig.h"
#include "VertexShaderCache.h"
#include "VertexLoader.h"
#include "BPMemory.h"

View File

@ -33,7 +33,7 @@ GFXDebuggerDX9 *m_DebuggerFrame = NULL;
#include "svnrev.h"
#include "resource.h"
#include "main.h"
#include "Config.h"
#include "VideoConfig.h"
#include "Fifo.h"
#include "OpcodeDecoding.h"
#include "TextureCache.h"